Sfoglia il codice sorgente

Update sonarr-v5-install.sh

tteckster 2 anni fa
parent
commit
f351e7ef54
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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")