From 1f87b384b7d283e13d55b54d1f1f0c80b980798b Mon Sep 17 00:00:00 2001 From: zebra Date: Wed, 24 Jul 2024 14:46:47 -0700 Subject: [PATCH] fixed yes command again --- izebra-linux-oneshot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/izebra-linux-oneshot.sh b/izebra-linux-oneshot.sh index 1a82db9..5ae00b0 100644 --- a/izebra-linux-oneshot.sh +++ b/izebra-linux-oneshot.sh @@ -41,7 +41,7 @@ curl https://pyenv.run | bash #Download starship and copy config file to root and all users under /home/ wget https://starship.rs/install.sh chmod +x install.sh -yes -s "y" | install.sh +yes | install.sh wget -O "$HOME/.config/starship.toml" $starshipconfig # Iterate over each user's home directory, including /root