From 47ef26d987bb6dcef4298e446ffbf6c60ed8de8e Mon Sep 17 00:00:00 2001 From: zebra Date: Wed, 24 Jul 2024 14:24:53 -0700 Subject: [PATCH] testing new yes command --- izebra-linux-oneshot.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/izebra-linux-oneshot.sh b/izebra-linux-oneshot.sh index c928477..99efc6f 100644 --- a/izebra-linux-oneshot.sh +++ b/izebra-linux-oneshot.sh @@ -39,7 +39,10 @@ done curl https://pyenv.run | bash #Download starship and copy config file to root and all users under /home/ -curl -sS https://starship.rs/install.sh | sh +wget -sS https://starship.rs/install.sh +chmod +x install.sh +yes -s "y" | install.sh + wget -O "$HOME/.config/starship.toml" $starshipconfig # Iterate over each user's home directory, including /root for homedir in /root /home/*; do