From b32328e5fa3763b0d71211660b37c9f89a1907f7 Mon Sep 17 00:00:00 2001 From: spekulaas Date: Wed, 5 Oct 2022 00:56:13 +0200 Subject: [PATCH] fixed privelages on tempzshrc --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 78c7ec3..d1b7286 100755 --- a/install.sh +++ b/install.sh @@ -42,7 +42,7 @@ zsh_prompt() { # run option if [[ ${zshOption,,} = "y" ]]; then # Create temporary zsh file - touch ~/.tempzshrc + sudo -u $SUDO_USER touch ~/.tempzshrc # set up the basics of zsh sh src/services/zsh/zsh.sh