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

@@ -1 +1,2 @@
yay
yay
makemkv

View File

@@ -0,0 +1,5 @@
#!/bin/bash
yay -S makemkv
echo "Fixing Drive Permissions..."
echo sg > /etc/modules-load.d/sg.conf
sudo modprobe sg

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