Skip to content

Commit 5fa79fa

Browse files
authored
Workaround for #542 (#547)
1 parent d6ac06c commit 5fa79fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/tests-environment.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ sudo dpkg -i patchelf_0.8-2_amd64.deb
1919

2020
cd /tmp/
2121
# 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"
22+
# 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
2324
chmod +x appimagetool*AppImage
2425
./appimagetool*AppImage --appimage-extract
2526
sudo cp squashfs-root/usr/bin/* /usr/local/bin/

0 commit comments

Comments
 (0)