From 64ad18c6f6d2f3c21b47db3cddbf2bce912437f4 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Tue, 1 Aug 2023 10:24:44 +0200 Subject: [PATCH] Fix typo in user install script --- install_user.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_user.sh b/install_user.sh index 444fe33..0b954f7 100755 --- a/install_user.sh +++ b/install_user.sh @@ -47,6 +47,6 @@ install -m 700 -d ~/.local/share/gnupg echo "You should now exit (logout) the user and relogin with: su -l itsdrike" echo "This will put you into a configured ZSH shell, you can continue" \ - "configuring the resto of the system manually from there" + "configuring the rest of of the system manually from there" popd