1
0
mirror of https://github.com/tteck/Proxmox.git synced 2024-11-24 08:52:18 +02:00

Update sonarr-v5-install.sh

This commit is contained in:
tteckster 2023-01-13 14:44:34 -05:00 committed by GitHub
parent cbd1c35045
commit f351e7ef54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")