diff --git a/lib/util.sh b/lib/util.sh index 644282f..b9a5feb 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -473,7 +473,7 @@ check_mount() { check_base() { check_mount if [[ $? -eq 0 ]]; then - if [[ ! -e /mnt/.base_installed ]]; then + if [[ ! -e /mnt/usr/bin/pacman ]]; then DIALOG " $_ErrTitle " --msgbox "\n$_ErrNoBase\n " 0 0 ANSWER=1 HIGHLIGHT=1