Add files via upload

This commit is contained in:
tteckster 2021-12-10 16:16:48 -05:00 committed by GitHub
parent ed2ba19d9a
commit a098376d50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ done
CHECKMARK='\033[0;32m\xE2\x9C\x94\033[0m' CHECKMARK='\033[0;32m\xE2\x9C\x94\033[0m'
echo -e "Loading Script..." echo -e "Loading Script..."
echo -e "${CHECKMARK} \e[1;92m Installing Prerequisites... \e[0m" echo -e "${CHECKMARK} \e[1;92m Installing Prerequisites... \e[0m"
apt update >&/dev/null apt-get update >&/dev/null
apt install -y libnet-ssleay-perl libauthen-pam-perl libio-pty-perl unzip shared-mime-info >&/dev/null apt-get install libnet-ssleay-perl libauthen-pam-perl libio-pty-perl unzip shared-mime-info >&/dev/null
echo -e "${CHECKMARK} \e[1;92m Downloading Webmin... \e[0m" echo -e "${CHECKMARK} \e[1;92m Downloading Webmin... \e[0m"
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.983_all.deb >&/dev/null wget http://prdownloads.sourceforge.net/webadmin/webmin_1.983_all.deb >&/dev/null
echo -e "${CHECKMARK} \e[1;92m Installing Webmin... \e[0m" echo -e "${CHECKMARK} \e[1;92m Installing Webmin... \e[0m"