helps if I read the script arguments.... f

This commit is contained in:
zebra 2024-07-24 15:30:03 -07:00
parent e66ae8d288
commit 6080a28878

View File

@ -41,7 +41,8 @@ curl https://pyenv.run | bash
#Download starship and copy config file to root and all users under /home/ #Download starship and copy config file to root and all users under /home/
wget -O $HOME/starship.sh https://starship.rs/install.sh wget -O $HOME/starship.sh https://starship.rs/install.sh
chmod +x $HOME/starship.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 wget -O "$HOME/.config/starship.toml" $starshipconfig
# Iterate over each user's home directory, including /root # Iterate over each user's home directory, including /root