Skip to content

Commit 1654155

Browse files
author
arch
committed
try auto confirm
1 parent e4612e2 commit 1654155

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/OpenFunscripter/openfunscripter_setup_linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ if command -v apt; then
1313
# debian based distro:
1414
sudo mkdir -p /nix
1515
sudo chown $USER /nix
16-
sudo apt install curl
16+
sudo apt install -y curl
1717
sh <(curl -L https://nixos.org/nix/install)
1818
. /home/$USER/.nix-profile/etc/profile.d/nix.sh
1919

2020
echo "Install OFS AppImage dependencies"
21-
sudo apt install fuse
21+
sudo apt install -y fuse
2222
fi
2323

2424
if ! command -v nix; then

0 commit comments

Comments
 (0)