From b838ef73668eae986344a93ee8d056772da67124 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Wed, 17 Apr 2024 17:17:44 +0200 Subject: [PATCH] fix install script --- install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index 8c8aab8..b746b55 100755 --- a/install.sh +++ b/install.sh @@ -43,8 +43,8 @@ print_header() { $BLUE https://github.com/Frost-Phoenix $RED - ! TO MAKE SURE EVERYTHING RUNS CORRECTLY RUN AS ROOT ! $GREEN - -> '"sudo bash install.sh"' $NORMAL + ! To make sure everything runs correctly DONT run as root ! $GREEN + -> '"./install.sh"' $NORMAL " } @@ -54,7 +54,7 @@ get_username() { read username echo -en "$NORMAL" echo -en "Use$YELLOW "$username"$NORMAL as ${GREEN}username${NORMAL} ? " - comfirm + confirm } set_username() { @@ -78,7 +78,7 @@ get_host() { echo -en "$NORMAL" echo -en "Use the$YELLOW "$HOST"$NORMAL ${GREEN}host${NORMAL} ? " - comfirm + confirm } install() { @@ -110,7 +110,7 @@ install() { # Last Confirmation echo -en "You are about to start the system build, do you want to process ? " - comfirm + confirm # Build the system (flakes + home manager) echo -e "\nBuilding the system...\n"