workan on install scripp
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user