diff --git a/ct/plex.sh b/ct/plex.sh
index 48d12505..5e23d446 100644
--- a/ct/plex.sh
+++ b/ct/plex.sh
@@ -66,6 +66,7 @@ msg_ok "Updated ${APP} LXC"
 exit
 fi
 if [ "$UPD" == "2" ]; then
+set +e
 bash -c "$(wget -qO - https://raw.githubusercontent.com/mrworf/plexupdate/master/extras/installer.sh)"
 exit
 fi