Arch MakeMKV Installer

This commit is contained in:
2026-05-12 11:50:07 +02:00
parent 2d95828b3f
commit a135a04652
3 changed files with 8 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ function AppInstaller(){
echo "Downloading Installer: $SOURCE"
curl -fsSL "$SOURCE" -o "$TMP_FILE"
bash "$TMP_FILE" < /dev/tty
echo "Finished $APPNAME Installer!"
fi
done <<< "$APPS"
else