From 832d351a1428156204d82b3043fb96fa5b490bc8 Mon Sep 17 00:00:00 2001 From: HimbeerserverDE Date: Sat, 27 May 2023 21:57:31 +0200 Subject: install custom greeter and inform about it in success message --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 548b9dc..cd7d3b5 100755 --- a/install.sh +++ b/install.sh @@ -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" -- cgit v1.2.3