Add installation script for AM - AppImage Manager
This commit adds a script to install AM, the AppImage Manager, using a curl command to download and execute the installer. The script ensures proper cleanup by removing the installer after execution.
This commit is contained in:
@@ -101,3 +101,6 @@ curl -sL https://raw.githubusercontent.com/wimpysworld/deb-get/main/deb-get | su
|
||||
|
||||
# topgrade
|
||||
sudo deb-get install topgrade
|
||||
|
||||
# AM - AppImage - Application Manager
|
||||
curl -s -Lo ./AM-INSTALLER https://raw.githubusercontent.com/ivan-hc/AM/main/AM-INSTALLER && chmod a+x ./AM-INSTALLER && ./AM-INSTALLER && rm ./AM-INSTALLER
|
||||
|
||||
Reference in New Issue
Block a user