diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-05-27 21:57:31 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-05-27 21:57:31 +0200 |
commit | 832d351a1428156204d82b3043fb96fa5b490bc8 (patch) | |
tree | 727c05915511a77d953e0605e76b1b813ac6367c /install.sh | |
parent | c7a5189306c31bf87f0220394c16e127098fa01a (diff) |
install custom greeter and inform about it in success message
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -207,8 +207,9 @@ mkdir -p ~/.gnupg ln -sf ${PWD}/gpg-agent.conf ~/.gnupg/gpg-agent.conf cargo install --git https://github.com/HimbeerserverDE/musikbox.git +cargo install --git https://github.com/HimbeerserverDE/hatch.git chsh -s /bin/zsh -echo -e "\e[1m\e[1;32mSuccess! You can now log in on tty1." +echo -e "\e[1m\e[1;32mSuccess! You can now log in on tty1. You may wish to enable autologin." echo -en "\e[0m" |