From 8c6558860ef336639b990ec8266f18e2bf494bf0 Mon Sep 17 00:00:00 2001 From: HoroshoVse <127848249+HoroshoVse@users.noreply.github.com> Date: Sun, 1 Sep 2024 17:05:32 +0300 Subject: [PATCH] Update Ocserv-Installer.sh --- Ocserv-Installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Ocserv-Installer.sh b/Ocserv-Installer.sh index 421936b..8847e1d 100644 --- a/Ocserv-Installer.sh +++ b/Ocserv-Installer.sh @@ -262,6 +262,7 @@ function OCSERV_INSTALL() { echo -e "${GREEN}DONE${EC}" # Install OCServ and Certbot echo -e "${GREEN}Installing OCServ...${EC}" + apt-get install software-properties-common -y sudo gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 5D8254EE27F87379 yes | sudo add-apt-repository ppa:eisaev/ocserv apt-get update