fixing startship installer

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

View File

@ -39,9 +39,9 @@ done
curl https://pyenv.run | bash
#Download starship and copy config file to root and all users under /home/
wget https://starship.rs/install.sh
chmod +x install.sh
yes | install.sh
wget -O $HOME/starship.sh https://starship.rs/install.sh
chmod +x $HOME/starship.sh
yes | starship.sh
wget -O "$HOME/.config/starship.toml" $starshipconfig
# Iterate over each user's home directory, including /root