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.

20 lines
379B

  1. #!/bin/bash
  2. set -e
  3. # nothing to do for macOS native
  4. if [ "${TARGET}" = "macos" ]; then
  5. exit 0
  6. fi
  7. sudo add-apt-repository -y ppa:kxstudio-debian/kxstudio
  8. sudo add-apt-repository -y ppa:kxstudio-debian/toolchain
  9. if [ "${TARGET}" = "win32" ]; then
  10. sudo dpkg --add-architecture i386
  11. fi
  12. sudo apt-get update -qq
  13. sudo apt-get install kxstudio-repos
  14. sudo apt-get update -qq