A script that downloads the Free Download Manager .deb and repackage it as a .appimage using pkg2appimage
Download the latest FDM AppImage from the releases page.
This is the recommended method, as it provides pre-built binaries that integrate with AppImage managers like Gear Lever to provide automatic updates.
curl https://raw.githubusercontent.com/AMA147000/FDM-AppImage/main/script.sh | bash
Warning
By running this line you are essentially running remotely hosted code on your machine with privileges of the current user.
If this concerns you (which it should), you can find the script.sh file in the current repo and check it for safety.
Alternatively you can follow the manual installation method instead (or just use the GitHub releases).
- Download the
pkg2appimageCLI. - Make it executable using
chmod +x pkg2appimage-*.AppImage. - Download the
FDM.ymlfile from the current repo. - Run
./pkg2appimage-*.AppImage FDM.yml. - The FDM AppImage will be generated inside the
./outdirectory.