From 7d77be87d517a48d3a8cfda68acc71c90263cd7f Mon Sep 17 00:00:00 2001
From: kabroxiko <kabroxiko@gmail.com>
Date: Sat, 24 Aug 2024 08:24:06 -0400
Subject: [PATCH] Update plex-install.sh (#3580)

- install gpg to avoid plexupdate warning
---
 install/plex-install.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/install/plex-install.sh b/install/plex-install.sh
index 1ca8b0d91..d456be026 100644
--- a/install/plex-install.sh
+++ b/install/plex-install.sh
@@ -17,6 +17,7 @@ msg_info "Installing Dependencies"
 $STD apt-get install -y curl
 $STD apt-get install -y sudo
 $STD apt-get install -y mc
+$STD apt-get install -y gpg
 msg_ok "Installed Dependencies"
 
 msg_info "Setting Up Hardware Acceleration"