Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

before_install.sh 416B

123456789101112131415
  1. #!/bin/bash
  2. set -e
  3. sudo add-apt-repository -y ppa:kxstudio-debian/kxstudio
  4. sudo add-apt-repository -y ppa:kxstudio-debian/mingw
  5. sudo add-apt-repository -y ppa:kxstudio-debian/toolchain
  6. if [ "${TARGET}" = "linux-strict" ] || [ "${TARGET}" = "linux-juce-strict" ]; then
  7. sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
  8. fi
  9. sudo apt-get update -qq
  10. sudo apt-get install kxstudio-repos
  11. sudo apt-get update -qq