workan on install scripp

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