workan on install scripp

This commit is contained in:
2025-12-16 17:26:46 -07:00
parent 389b33ce26
commit 0dfda2dc2e
+3 -3
View File
@@ -28,14 +28,14 @@ fi
userhome=/home/$username userhome=/home/$username
# figure oot da sehell # figure oot da sehell
if [[ "$SHELL" =~ bash$ ]]; then # if [[ "$SHELL" =~ bash$ ]]; then
rcfile="$userhome/.bashrc" rcfile="$userhome/.bashrc"
# elif [[ "$SHELL" =~ zsh$ ]]; then # elif [[ "$SHELL" =~ zsh$ ]]; then
# rcfile="$userhome/.zshrc" # rcfile="$userhome/.zshrc"
# else # else
# echo -e "Die: Unsupported Shell"; # echo -e "Die: Unsupported Shell";
# exit 1 # exit 1
fi # fi
echo -e "\nusing rcfile $rcfile\n" echo -e "\nusing rcfile $rcfile\n"