陈精华 6 年 前
コミット
b625381de3
1 ファイル変更2 行追加2 行削除
  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