From e37c579b8432ec740d8e3f87803ae7223bf5d6a0 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 24 Jan 2022 14:18:30 -0500 Subject: [PATCH] Update plex_container.sh --- ct/plex_container.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ct/plex_container.sh b/ct/plex_container.sh index 01b2398d..712aa44a 100644 --- a/ct/plex_container.sh +++ b/ct/plex_container.sh @@ -72,8 +72,8 @@ function load_module() { TEMP_DIR=$(mktemp -d) pushd $TEMP_DIR >/dev/null -wget -qL https://raw.githubusercontent.com/tteck/Proxmox/dev/setup/plex_setup.sh -#wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/misc/intel-drivers.sh +wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/setup/plex_setup.sh + load_module overlay while read -r line; do @@ -160,7 +160,6 @@ pct unmount $CTID && unset MOUNT echo -e "${CHECKMARK} \e[1;92m Starting LXC Container... \e[0m" pct start $CTID pct push $CTID plex_setup.sh /plex_setup.sh -perms 755 -#pct push $CTID intel-drivers.sh /root/intel-drivers.sh -perms 755 pct exec $CTID /plex_setup.sh IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')