From 6080a288786c4162dd2338f0041c3103373a21fe Mon Sep 17 00:00:00 2001 From: zebra Date: Wed, 24 Jul 2024 15:30:03 -0700 Subject: [PATCH] helps if I read the script arguments.... f --- izebra-linux-oneshot.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/izebra-linux-oneshot.sh b/izebra-linux-oneshot.sh index 19f355c..ffbd2a0 100644 --- a/izebra-linux-oneshot.sh +++ b/izebra-linux-oneshot.sh @@ -41,7 +41,8 @@ curl https://pyenv.run | bash #Download starship and copy config file to root and all users under /home/ wget -O $HOME/starship.sh https://starship.rs/install.sh chmod +x $HOME/starship.sh -sh -c yes | $HOME/starship.sh +sh $HOME/starship.sh --force +rm $HOME/starship.sh wget -O "$HOME/.config/starship.toml" $starshipconfig # Iterate over each user's home directory, including /root