Browse Source

Update sonarr-v5-install.sh

tteckster 2 năm trước cách đây
mục cha
commit
f351e7ef54
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      install/sonarr-v5-install.sh

+ 1 - 0
install/sonarr-v5-install.sh

@@ -1,4 +1,5 @@
 #!/usr/bin/env bash
+export DEBIAN_FRONTEND=noninteractive
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")