Last active
February 25, 2025 06:45
-
-
Save wommy/036bcf7960e38ace1fffbf0af4fa8a10 to your computer and use it in GitHub Desktop.
install appimagetool
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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