From 12b2132c4b197029bfa4798c3750e143a044155c Mon Sep 17 00:00:00 2001 From: MrTylerjet Date: Fri, 12 May 2023 10:07:01 -0600 Subject: [PATCH] whoops think i removed some stuff i shouldn't have --- install/bazarr-install.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/install/bazarr-install.sh b/install/bazarr-install.sh index 1a2ef05e..93b6bd73 100755 --- a/install/bazarr-install.sh +++ b/install/bazarr-install.sh @@ -5,6 +5,14 @@ # License: MIT # https://github.com/tteck/Proxmox/raw/main/LICENSE +source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" +color +verb_ip6 +catch_errors +setting_up_container +network_check +update_os + msg_info "Installing Dependencies" $STD apt-get install -y curl $STD apt-get install -y sudo