From 53890288ba836747609c96c4413a0770cdaa43ed Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sun, 23 Aug 2020 13:21:48 -0400 Subject: [PATCH] Automatic install of Reaper --- scripts/installers/reaper-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/installers/reaper-install.sh b/scripts/installers/reaper-install.sh index 5cdac0f..f8fce1a 100644 --- a/scripts/installers/reaper-install.sh +++ b/scripts/installers/reaper-install.sh @@ -22,7 +22,7 @@ wget $url # Install Reaper. Requires user input tar -xf $(basename $url) reaperDir=reaper_linux_x86_64 -sudo sh ./$reaperDir/install-reaper.sh +sudo sh ./$reaperDir/install-reaper.sh --install /opt --integrate-sys-desktop --usr-local-bin-symlink # Delete extracted directory rm -rd $reaperDir