diff --git a/start-setup.sh b/start-setup.sh index c4a095d..db50866 100755 --- a/start-setup.sh +++ b/start-setup.sh @@ -18,7 +18,7 @@ fi script_PATH=$(pwd) -if [[ -d /etc/apt ]]; then +if [[ -d /bin/apt ]]; then while true; do read -p "Are you using a Debian? (y/n)" answer if [[ "${answer,,}" == "y" ]]; then @@ -31,7 +31,7 @@ if [[ -d /etc/apt ]]; then echo "Invalid input 'y/n'" fi done -elif [[ -d /etc/pacman ]]; then +elif [[ -d /bin/pacman ]]; then while true; do read -p "Are you using a Arch? (y/n)" answer if [[ "${answer,,}" == "y" ]]; then