mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-21 23:23:34 +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"
|
echo "== starship"
|
||||||
if ! starship --help > /dev/null
|
if ! starship --help > /dev/null
|
||||||
then
|
then
|
||||||
sh -c "$(curl -fsSL https://starship.rs/install.sh)" --yes
|
sh -c "$(curl -fsSL https://starship.rs/install.sh)" -- --yes
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "== Copying configuration files..."
|
echo "== Copying configuration files..."
|
||||||
|
|
Loading…
Reference in a new issue