whoops think i removed some stuff i shouldn't have

pull/1418/head
MrTylerjet 2 years ago
parent cb5f031635
commit 12b2132c4b
  1. 8
      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

Loading…
Cancel
Save