mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-11 07:15:31 +00:00
bitwig install script created
This commit is contained in:
@@ -4,8 +4,11 @@ set -euo pipefail
|
||||
curl -L -o /tmp/decent-sampler.tar.gz "https://cdn.decentsamples.com/production/builds/ds/1.18.1/Decent_Sampler-1.18.1-Linux-Static-x86_64.tar.gz"
|
||||
tar xvf /tmp/decent-sampler.tar.gz -C /tmp
|
||||
|
||||
cd /tmp/Decent_Sampler-1.18.1-Linux-Static-x86_64
|
||||
./install.sh
|
||||
cd /tmp
|
||||
|
||||
mkdir -p /usr/lib64/vst/decentsampler
|
||||
cd Decent_Sampler-1.18.1-Linux-Static-x86_64
|
||||
mv DecentSampler.so /usr/lib64/decentsampler/
|
||||
|
||||
rm -rf /tmp/decent-sampler.tar.gz /tmp/Decent* || true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user