Skip to content

Instantly share code, notes, and snippets.

@wommy
Last active February 25, 2025 06:45
Show Gist options
  • Save wommy/036bcf7960e38ace1fffbf0af4fa8a10 to your computer and use it in GitHub Desktop.
Save wommy/036bcf7960e38ace1fffbf0af4fa8a10 to your computer and use it in GitHub Desktop.
install appimagetool
pushd ~/Applications # or whatever you install AppImages, they recommend here
wget https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-$(uname -m).AppImage
chmod +x appimagetool-*.AppImage
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment