Skip to content

Commit 68e0b6d

Browse files
author
arch
committed
add missing noconfirm flag
1 parent af770bb commit 68e0b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/OpenFunscripter/openfunscripter_setup_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fi
2525

2626
if command -v pacman; then
2727
# arch based distro:
28-
sudo pacman -Sy --needed python-opencv python-pyqt5 git base-devel python python-pip mpv cmake
28+
sudo pacman -Sy --needed --noconfirm python-opencv python-pyqt5 git base-devel python python-pip mpv cmake
2929
fi
3030

3131
OFS_DIR="$HOME/.local/share/OFS/application"

0 commit comments

Comments
 (0)