diff --git a/izebra-linux-oneshot.sh b/izebra-linux-oneshot.sh index 658e8e1..c928477 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 | sh | yes +curl -sS https://starship.rs/install.sh | sh wget -O "$HOME/.config/starship.toml" $starshipconfig # Iterate over each user's home directory, including /root for homedir in /root /home/*; do