From 2bd0835a01e7435ceb498e2eff5a55e39b5d4541 Mon Sep 17 00:00:00 2001 From: Adam Doyle Date: Sun, 15 Dec 2024 18:00:58 -0500 Subject: [PATCH] oops --- scripts/install_arch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install_arch b/scripts/install_arch index 071766d..829236c 100755 --- a/scripts/install_arch +++ b/scripts/install_arch @@ -62,10 +62,11 @@ if [ "$1" -ge 1 ]; then if [ ! "$(command -v rustup)" ]; then yay -S --needed --noconfirm rust + fi if [ ! "$(command -v leptosfmt)" ]; then cargo install leptosfmt - fi + fi fi # Install basic GUI @@ -125,7 +126,6 @@ if [ "$1" -ge 3 ]; then echo "" if [ "$SHELL" = "/bin/zsh" ]; then echo "Shell already set to zsh" - else sudo chsh -s /bin/zsh "$USER" printf "\nLog out and back in for changes to take effect.\n"