testing new yes command
This commit is contained in:
parent
3fc8a4f958
commit
47ef26d987
@ -39,7 +39,10 @@ done
|
|||||||
curl https://pyenv.run | bash
|
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/
|
||||||
curl -sS https://starship.rs/install.sh | sh
|
wget -sS https://starship.rs/install.sh
|
||||||
|
chmod +x install.sh
|
||||||
|
yes -s "y" | 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
|
||||||
for homedir in /root /home/*; do
|
for homedir in /root /home/*; do
|
||||||
|
Loading…
Reference in New Issue
Block a user