We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ac06c commit 5fa79faCopy full SHA for 5fa79fa
tests/tests-environment.sh
@@ -19,7 +19,8 @@ sudo dpkg -i patchelf_0.8-2_amd64.deb
19
20
cd /tmp/
21
# wget -c https://artifacts.assassinate-you.net/artifactory/AppImageKit/travis-2052/appimagetool-x86_64.AppImage # branch last-good, https://travis-ci.org/AppImage/AppImageKit/jobs/507462541
22
-wget -c "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
+# wget -c "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage" # See #542
23
+wget -c "https://github.com/AppImage/AppImageKit/releases/download/13/appimagetool-x86_64.AppImage" # Workaround for #542
24
chmod +x appimagetool*AppImage
25
./appimagetool*AppImage --appimage-extract
26
sudo cp squashfs-root/usr/bin/* /usr/local/bin/
0 commit comments