Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Jan 7, 2022
1 parent 17c81d9 commit 00d06a7
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions programs/aarch64/am
Original file line number Diff line number Diff line change
@@ -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 <<
-----------------------------------------------------------------------'

0 comments on commit 00d06a7

Please sign in to comment.