Update default.inc
This commit is contained in:
@@ -26,6 +26,9 @@ containsElement () {
|
||||
return 1
|
||||
}
|
||||
|
||||
function join_by { local IFS="$1"; shift; echo "$*"; }
|
||||
|
||||
|
||||
if type apt &>/dev/null; then
|
||||
ATYPE="apt"
|
||||
if [ "$EUID" -ne 0 ]; then APTFUNC='sudo apt'
|
||||
|
||||
Reference in New Issue
Block a user