iVAN 3071a38a51 Delete testing/x86_64 directory | vor 9 Monaten | |
---|---|---|
.. | ||
README.MD | vor 2 Jahren |
This section stores the installation scripts of programs (divided by architectures) that do not work as expected. These are minor bugs and can be fixed in a short time. Once ready, these programs will be moved to the main section of this repository.
Replace "SAMPLE" at the line 2 with the name of the program you want to install:
ARCH=$(uname -m)
PROGRAM=SAMPLE
wget https://raw.githubusercontent.com/ivan-hc/AM-application-manager/main/testing/$ARCH/$PROGRAM
chmod a+x ./$PROGRAM
sudo ./$PROGRAM
sudo /opt/$PROGRAM/remove