amir1376 / ab-download-manager

A Download Manager that speeds up your downloads
https://abdownloadmanager.com
Apache License 2.0
3.3k stars 162 forks source link

Script installer for Linux #85

Closed dagimg-dot closed 2 months ago

dagimg-dot commented 2 months ago

I made a script installer and updater that makes it easy to install and update AB Download Manager on linux machines. This works for distros that comply with the FreeDesktop specifications. I think it would be a good way to install the app until it officially starts to roll out releases on these distros.

You can test it before merging using the following command:

curl -fsSL https://raw.githubusercontent.com/dagimg-dot/ab-download-manager/feat-install-script/scripts/install.sh | bash

I didn't update the README because I want you to update it how you want to. For the README the command will be something like

curl -fsSL https://raw.githubusercontent.com/amir1376/ab-download-manager/master/scripts/install.sh | bash
amir1376 commented 2 months ago

Thank you.