We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4612e2 commit 1654155Copy full SHA for 1654155
contrib/OpenFunscripter/openfunscripter_setup_linux.sh
@@ -13,12 +13,12 @@ if command -v apt; then
13
# debian based distro:
14
sudo mkdir -p /nix
15
sudo chown $USER /nix
16
- sudo apt install curl
+ sudo apt install -y curl
17
sh <(curl -L https://nixos.org/nix/install)
18
. /home/$USER/.nix-profile/etc/profile.d/nix.sh
19
20
echo "Install OFS AppImage dependencies"
21
- sudo apt install fuse
+ sudo apt install -y fuse
22
fi
23
24
if ! command -v nix; then
0 commit comments