소스 검색

Add files via upload

tteckster 3 년 전
부모
커밋
44eb405e62
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      webmin.sh

+ 1 - 1
webmin.sh

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