From 6c199b58dc424fd0e8c86edaa6b1197526d15fc1 Mon Sep 17 00:00:00 2001 From: probonopd Date: Fri, 11 Jan 2019 17:14:22 +0000 Subject: [PATCH] Temporarily switch appimagtool download URL until https://github.com/AppImage/AppImageKit/issues/905 is solved --- tests/tests-environment.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/tests-environment.sh b/tests/tests-environment.sh index f1d3930..0e1cff1 100755 --- a/tests/tests-environment.sh +++ b/tests/tests-environment.sh @@ -10,7 +10,8 @@ echo "5d506507df7c02766ae6c3ca0d15b4234f4cb79a80799190ded9d3ca0ac28c0c patchelf sudo dpkg -i patchelf_0.8-2_amd64.deb cd /tmp/ -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" +wget -c "https://artifacts.assassinate-you.net/artifactory/AppImageKit/travis-2024/appimagetool-x86_64.AppImage" chmod +x appimagetool*AppImage ./appimagetool*AppImage --appimage-extract sudo cp squashfs-root/usr/bin/* /usr/local/bin/