mirror of
https://github.com/CompeyDev/dotfiles.git
synced 2024-12-12 12:50:36 +00:00
turns out its noconfirm instead of no-confirm 😭
This commit is contained in:
parent
f910f51ad0
commit
45c8c482f2
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ for dep in ${deps[@]}
|
||||||
do
|
do
|
||||||
if ! which $dep 2>/dev/null; then
|
if ! which $dep 2>/dev/null; then
|
||||||
echo "[!] Dependency $dep not found!"
|
echo "[!] Dependency $dep not found!"
|
||||||
sudo pacman -Syy --no-confirm "$dep"
|
sudo pacman -Syy --noconfirm "$dep"
|
||||||
else
|
else
|
||||||
echo -e "\e[1A\e[K[*] FOUND: $dep"
|
echo -e "\e[1A\e[K[*] FOUND: $dep"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue