From 0dfda2dc2e6320cf7020dd25f08eb5254f6b3617 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 16 Dec 2025 17:26:46 -0700 Subject: [PATCH] workan on install scripp --- customscripts/install_script.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/customscripts/install_script.sh b/customscripts/install_script.sh index b2346bd..825c4c8 100644 --- a/customscripts/install_script.sh +++ b/customscripts/install_script.sh @@ -28,14 +28,14 @@ fi userhome=/home/$username # figure oot da sehell -if [[ "$SHELL" =~ bash$ ]]; then - rcfile="$userhome/.bashrc" +# if [[ "$SHELL" =~ bash$ ]]; then +rcfile="$userhome/.bashrc" # elif [[ "$SHELL" =~ zsh$ ]]; then # rcfile="$userhome/.zshrc" # else # echo -e "Die: Unsupported Shell"; # exit 1 -fi +# fi echo -e "\nusing rcfile $rcfile\n"