Browse Source

脚本修改

陈精华 6 năm trước cách đây
mục cha
commit
b625381de3

+ 2 - 2
jodconverter-web/src/main/script/install.sh

@@ -28,9 +28,9 @@ install_ubuntu() {
 
 
 
 
 if [ -f "/etc/redhat-release" ]; then
 if [ -f "/etc/redhat-release" ]; then
-  yum install wget
+  yum install -y wget
   install_redhat
   install_redhat
 else
 else
-  apt-get install wget
+  apt-get install -y wget
   install_ubuntu
   install_ubuntu
 fi
 fi