File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,11 @@ checkAndInstall unzip
5252
5353checkAndInstall zenity
5454
55- checkAndInstall libjack0
55+ # Don't overwrite jack in certain Ubuntu versions.
56+ ${checkCommand} libjack-jackd2-0 & > /dev/null
57+ if [ $? != 0 ]; then
58+ checkAndInstall libjack0
59+ fi
5660
5761echo " Getting VCV Rack ${rackVersion} ..."
5862wget https://vcvrack.com/downloads/RackFree-${rackVersion} -lin-x64.zip & > /dev/null
Original file line number Diff line number Diff line change @@ -52,7 +52,12 @@ checkAndInstall unzip
5252
5353checkAndInstall zenity
5454
55- checkAndInstall libjack0
55+ # Don't overwrite jack in certain Ubuntu versions.
56+ ${checkCommand} libjack-jackd2-0 & > /dev/null
57+ if [ $? != 0 ]; then
58+ checkAndInstall libjack0
59+ fi
60+
5661
5762echo " Getting VCV Rack ${rackVersion} ..."
5863wget https://vcvrack.com/downloads/RackFree-${rackVersion} -lin-x64.zip & > /dev/null
You can’t perform that action at this time.
0 commit comments