陈精华 il y a 6 ans
Parent
commit
b625381de3
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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