aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/install.sh b/install.sh
index 6d200d3..7ef1994 100755
--- a/install.sh
+++ b/install.sh
@@ -150,9 +150,7 @@ ln -sf ${PWD}/xinitrc ~/.xinitrc
mkdir -p ~/.gnupg
ln -sf ${PWD}/gpg-agent.conf ~/.gnupg/gpg-agent.conf
-echo -e "\e[1m\e[1;32mSuccess! You can now log in using your preferred DM."
-echo -e "\e[1m\e[1;32mIf you wish to make zsh your default shell:"
-echo -e "\e[1m\e[1;32m # usermod -s /bin/zsh ${USER}"
-echo -e "\e[1m\e[1;32mOR:"
-echo -e "\e[1m\e[1;32m $ chsh -s /bin/zsh"
+chsh -s /bin/zsh
+
+echo -e "\e[1m\e[1;32mSuccess! You can now log in on tty1."
echo -en "\e[0m"