Skip to content

Commit 6a4a105

Browse files
author
arch
committed
improve linux install script
1 parent 703c633 commit 6a4a105

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/OpenFunscripter/openfunscripter_setup_linux.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ if command -v apt; then
1313
# debian based distro:
1414
sudo apt install -y curl
1515

16+
echo "Install OFS AppImage dependencies"
17+
sudo apt install -y fuse
18+
1619
if ! command -v nix; then
1720
sh <(curl -L https://nixos.org/nix/install) --daemon --yes
1821
fi
19-
20-
echo "Install OFS AppImage dependencies"
21-
sudo apt install -y fuse
2222
fi
2323

2424
if [ -f /etc/profile.d/nix.sh ]; then

0 commit comments

Comments
 (0)