feature/os-debian-no-aptitude #1

Merged
psi-jack merged 10 commits from feature/os-debian-no-aptitude into master 2024-07-07 16:39:20 -04:00
Showing only changes of commit cf3831c13b - Show all commits

View file

@ -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