mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-21 15:16:29 +00:00
fix: use --yes
This commit is contained in:
parent
7b9ffcad92
commit
440937ef01
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ echo "== zplug"
|
|||
echo "== starship"
|
||||
if ! starship --help > /dev/null
|
||||
then
|
||||
sh -c "$(curl -fsSL https://starship.rs/install.sh)" --yes
|
||||
sh -c "$(curl -fsSL https://starship.rs/install.sh)" -- --yes
|
||||
fi
|
||||
|
||||
echo "== Copying configuration files..."
|
||||
|
|
Loading…
Reference in a new issue