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 0a1e696 commit 19b6d42Copy full SHA for 19b6d42
contrib/OpenFunscripter/openfunscripter_setup_linux.sh
@@ -40,6 +40,7 @@ echo "OFS AppImage Download URL: $ofs_appimage_download_url"
40
mkdir -p $OFS_APP_DIR/bin
41
rm -rf $OFS_APP_DIR/bin/OpenFunscripter
42
wget -c "$ofs_appimage_download_url" -O $OFS_APP_DIR/bin/OpenFunscripter
43
+chmod +x $OFS_APP_DIR/bin/OpenFunscripter
44
45
echo ">> Install ofs extension"
46
mkdir -p "$OFS_EXTENSION_DIR/MTFG"
0 commit comments