diff --git a/arch/apps.txt b/arch/apps.txt index fc0e7cb..66a635b 100644 --- a/arch/apps.txt +++ b/arch/apps.txt @@ -1 +1,2 @@ -yay \ No newline at end of file +yay +makemkv \ No newline at end of file diff --git a/arch/installers/makemkv.sh b/arch/installers/makemkv.sh new file mode 100644 index 0000000..3b3dd48 --- /dev/null +++ b/arch/installers/makemkv.sh @@ -0,0 +1,5 @@ +#!/bin/bash +yay -S makemkv +echo "Fixing Drive Permissions..." +echo sg > /etc/modules-load.d/sg.conf +sudo modprobe sg \ No newline at end of file diff --git a/setup.sh b/setup.sh index 2783eda..a4890e6 100755 --- a/setup.sh +++ b/setup.sh @@ -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