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:
2026-08-08 22:00:57 +02:00
parent b8efa35307
commit c1873b34bf
+3
View File
@@ -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