陈精华 hace 6 años
padre
commit
b625381de3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      jodconverter-web/src/main/script/install.sh

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

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