From b9876c9579c6753fde8255eb2fded5948962012c Mon Sep 17 00:00:00 2001 From: Rodolfo Date: Tue, 2 Jul 2024 15:26:29 +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 e816eca..c4a095d 100755 --- a/start-setup.sh +++ b/start-setup.sh @@ -22,7 +22,7 @@ if [[ -d /etc/apt ]]; then while true; do read -p "Are you using a Debian? (y/n)" answer if [[ "${answer,,}" == "y" ]]; then - bash script_PATH/debiansetup.sh + bash $script_PATH/debiansetup.sh break elif [[ "${answer,,}" == "n" ]]; then echo "Use a compatible system (Debian/Arch)" @@ -46,7 +46,7 @@ elif [[ -d /etc/pacman ]]; then git clone https://gitea.barcelli.net/rodolfo/arch-automated-installer /home/$(whoami)/Repos/arch-automated-installer cd /home/$(whoami)/Repos/arch-automated-installer fi - bash script_PATH/archsetup.sh + bash $script_PATH/archsetup.sh break elif [[ "${answer,,}" == "n" ]]; then echo "Use a compatible system (Debian/Arch)"