4 lines
152 B
Bash
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 |