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.

19 lines
548 B

#!/bin/bash
set -e
8 years ago
sudo add-apt-repository --yes ppa:beineri/opt-qt59-trusty
sudo apt-get update -qq
wget http://ftp.de.debian.org/debian/pool/main/p/patchelf/patchelf_0.8-2_amd64.deb
sudo dpkg -i patchelf_0.8-2_amd64.deb
cd /tmp/
wget -c "https://github.com/probonopd/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
chmod +x appimagetool*AppImage
./appimagetool*AppImage --appimage-extract
sudo cp squashfs-root/usr/bin/* /usr/local/bin
cd -
8 years ago
sudo apt-get -y install qt59base qt59declarative qt59webengine binutils xpra