Przeglądaj źródła

Update sonarr-v5-install.sh

tteckster 2 lat temu
rodzic
commit
f351e7ef54
1 zmienionych plików z 1 dodań i 0 usunięć
  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")