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.

11 lines
271B

  1. #!/bin/bash
  2. set -e
  3. sudo add-apt-repository ppa:kxstudio-debian/kxstudio -y
  4. sudo add-apt-repository ppa:kxstudio-debian/mingw -y
  5. sudo add-apt-repository ppa:kxstudio-debian/toolchain -y
  6. sudo apt-get update -qq
  7. sudo apt-get install kxstudio-repos
  8. sudo apt-get update -qq