We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 703c633 commit 6a4a105Copy full SHA for 6a4a105
1 file changed
contrib/OpenFunscripter/openfunscripter_setup_linux.sh
@@ -13,12 +13,12 @@ if command -v apt; then
13
# debian based distro:
14
sudo apt install -y curl
15
16
+ echo "Install OFS AppImage dependencies"
17
+ sudo apt install -y fuse
18
+
19
if ! command -v nix; then
20
sh <(curl -L https://nixos.org/nix/install) --daemon --yes
21
fi
-
- echo "Install OFS AppImage dependencies"
- sudo apt install -y fuse
22
23
24
if [ -f /etc/profile.d/nix.sh ]; then
0 commit comments