feature/os-debian-no-aptitude #1
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ checkOS() {
|
|||
DISTRO="$ID"
|
||||
DISTRO_CURRENT="$DISTRO"
|
||||
if [[ -n "$ID_LIKE" ]]; then
|
||||
DISTRO="${ID_LIKE# *}"
|
||||
DISTRO="${ID_LIKE%% *}"
|
||||
fi
|
||||
return 0
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue