python-appimage-guide/download-appimage-tool.sh
2025-04-24 05:18:26 +03:00

4 lines
152 B
Bash

#!/bin/sh
wget https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage
chmod +x appimagetool-x86_64.AppImage