From 1296451fb2c69b88e3f80caeb65ea6e4bf79b921 Mon Sep 17 00:00:00 2001 From: zebra Date: Wed, 24 Jul 2024 13:35:30 -0700 Subject: [PATCH] yes --- 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 7079cd4..658e8e1 100644 --- a/izebra-linux-oneshot.sh +++ b/izebra-linux-oneshot.sh @@ -39,7 +39,7 @@ 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 | yes | sh +curl -sS https://starship.rs/install.sh | sh | yes wget -O "$HOME/.config/starship.toml" $starshipconfig # Iterate over each user's home directory, including /root for homedir in /root /home/*; do