fixed yes command again

This commit is contained in:
zebra 2024-07-24 14:46:47 -07:00
parent e6efa7953e
commit 1f87b384b7

View File

@ -41,7 +41,7 @@ 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 https://starship.rs/install.sh wget https://starship.rs/install.sh
chmod +x install.sh chmod +x install.sh
yes -s "y" | install.sh yes | install.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