From 9d81e3fbd2169fd59890940c381dcaf67f41199f Mon Sep 17 00:00:00 2001 From: Rodolfo Date: Tue, 2 Jul 2024 15:33:15 +0800 Subject: [PATCH] Fix typo --- start-setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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