starship script still horked

This commit is contained in:
zebra 2024-07-24 15:26:25 -07:00
parent decb2c1b40
commit c974973f40

View File

@ -41,7 +41,7 @@ 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
yes | starship.sh
yes | bash $HOME/starship.sh
wget -O "$HOME/.config/starship.toml" $starshipconfig
# Iterate over each user's home directory, including /root