diff --git a/programs/aarch64/am b/programs/aarch64/am new file mode 100644 index 000000000..c454297a3 --- /dev/null +++ b/programs/aarch64/am @@ -0,0 +1,54 @@ +#!/bin/sh + + +mkdir /opt/am /opt/am/.cache + + +cd /opt/am +wget https://raw.githubusercontent.com/ivan-hc/AM-application-manager/main/APP-MANAGER +chmod a+x /opt/am/APP-MANAGER + + +ln -s /opt/am/APP-MANAGER /usr/local/bin/am +rm -R -f /opt/am/remove + +echo "#!/bin/sh +rm -R -f /usr/local/bin/am /opt/am" >> /opt/am/remove +chmod a+x /opt/am/remove +currentuser=$(who | awk '{print $1}') +chown -R $currentuser /opt/am +echo ' + ------------------------------------------------------------------------ + _____ _____ + /\ \ /\ \ + /::\ \ /::\____\ + /::::\ \ /::::| | + /::::::\ \ /:::::| | + /:::/\:::\ \ /::::::| | + /:::/__\:::\ \ /:::/|::| | + /::::\ \:::\ \ /:::/ |::| | + /::::::\ \:::\ \ /:::/ |::|___|______ + /:::/\:::\ \:::\ \ /:::/ |::::::::\ \ + /:::/ \:::\ \:::\____\/:::/ |:::::::::\____\ + \::/ \:::\ /:::/ /\::/ / ~~~~~/:::/ / + \/____/ \:::\/:::/ / \/____/ /:::/ / + \::::::/ / /:::/ / + \::::/ / /:::/ / + /:::/ / /:::/ / + /:::/ / /:::/ / + /:::/ / /:::/ / + /:::/ / /:::/ / + \::/ / \::/ / + \/____/ \/____/ + + + ▄▀█ █▀█ █▀█ █░░ █ █▀▀ ▄▀█ ▀█▀ █ █▀█ █▄░█   █▀▄▀█ ▄▀█ █▄░█ ▄▀█ █▀▀ █▀▀ █▀█ + █▀█ █▀▀ █▀▀ █▄▄ █ █▄▄ █▀█ ░█░ █ █▄█ █░▀█   █░▀░█ █▀█ █░▀█ █▀█ █▄█ ██▄ █▀▄ + + by Ivan Alex HC + + ------------------------------------------------------------------------ + + >> Enjoy your applications without thinking about anything else << + + -----------------------------------------------------------------------' \ No newline at end of file