From 5a8f2cb8f8e27fc4a6e09a162e1c64b10a5e983f Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Tue, 13 Apr 2021 15:42:11 +0000 Subject: [PATCH] Moved gpg and apt-https to LXC_TOOLSET --- mailpiler.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/mailpiler.sh b/mailpiler.sh index 80668e2..fe635c4 100644 --- a/mailpiler.sh +++ b/mailpiler.sh @@ -27,8 +27,6 @@ else echo "Hostname matches PILER_FQDNAIN, so starting installation." fi -apt install -y gpg apt-transport-https lsb-release - wget -q https://packages.sury.org/php/apt.gpg -O- | apt-key add - echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" | tee /etc/apt/sources.list.d/php.list