From 85798f91e50ef9d020f86222610bf6f6ba1641df Mon Sep 17 00:00:00 2001 From: Enzo Date: Mon, 26 Aug 2024 01:52:08 +0200 Subject: [PATCH] Install latest version of Live --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 1544a54..4598efb 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ desktop=$(xdg-user-dir DESKTOP) echo "Preparing the folder..." mkdir ~/wol/Ableton_Live_11_Suite echo "Installing all dependencies for Ableton Live 11 Suite and preparing all enviroments, Please wait..." -WINEARCH=win64 WINEPREFIX=~/wol/Ableton_Live_11_Suite winetricks d3dx9 dotnet35 dotnet452 dxvk gdiplusvcrun2019 corefonts tahoma vcrun6sp6 +WINEARCH=win64 WINEPREFIX=~/wol/Ableton_Live_11_Suite winetricks d3dx9 dotnet35 dotnet452 dxvk gdiplus vcrun2019 corefonts tahoma vcrun6sp6 WINEARCH=win64 WINEPREFIX=~/wol/Ableton_Live_11_Suite winetricks win10 echo "Creating shortcut on your desktop, please don't open it until the installer finish its work" cp ~/wol/Downloads/"Ableton Live Suite 11"/startup.sh ~/wol/Ableton_Live_11_Suite @@ -11,7 +11,7 @@ cp ~/wol/Downloads/"Ableton Live Suite 11"/icon.png ~/wol/Ableton_Live_11_Suite cp ~/wol/Downloads/"Ableton Live Suite 11"/ableton.desktop $desktop cd ~/wol/Ableton_Live_11_Suite/drive_c echo "Downloading Ableton Live 11 Suite, this depends on your internet connection speed, Please wait..." -wget https://cdn-downloads.ableton.com/channels/11.1.5/ableton_live_suite_11.1.5_64.zip -O ~/wol/Ableton_Live_11_Suite/drive_c/ableton.zip +wget https://cdn-downloads.ableton.com/channels/11.3.25/ableton_live_suite_11.3.25_64.zip -O ~/wol/Ableton_Live_11_Suite/drive_c/ableton.zip mkdir ~/wol/Ableton_Live_11_Suite/drive_c/ableton11_installer echo "Unzipping Ableton Live 11 Suite..." unzip ~/wol/Ableton_Live_11_Suite/drive_c/ableton.zip -d ~/wol/Ableton_Live_11_Suite/drive_c/ableton11_installer @@ -20,4 +20,4 @@ WINEARCH=win64 WINEPREFIX=~/wol/Ableton_Live_11_Suite wine ~/wol/Ableton_Live_11 echo "Ableton Live 11 Suite" >> ~/wol/Ableton_Live_11_Suite/name.txt echo "The installer is finished" read -rsn1 -p"The installation is finished, Press any key to exit";echo -exit \ No newline at end of file +exit