From 8092106c56b1432b6bd3ee55531d7cb4ab2e5fca Mon Sep 17 00:00:00 2001 From: liberodark Date: Fri, 4 Jan 2019 15:10:50 +0100 Subject: [PATCH] update --- scripts/install | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2d9facd..a579f63 100644 --- a/scripts/install +++ b/scripts/install @@ -86,7 +86,7 @@ ynh_app_setting_set $app port $port #============================================== dpkg --add-architecture i386 apt-get update -ynh_package_install openssl curl mysql-client mysql-server php-fpm php-cli php-curl php-mysql openjdk-8-jdk-headless git tar lib32gcc1 lib32tinfo5 lib32z1 lib32stdc++6 libcurl3-gnutls:i386 +ynh_package_install debian-archive-keyring apt-transport-https openssl curl mysql-client mysql-server php-fpm php-cli php-curl php-mysql openjdk-8-jdk-headless git tar lib32gcc1 lib32tinfo5 lib32z1 lib32stdc++6 libcurl3-gnutls:i386 # Install Other Dependencies #sudo echo "deb http://http.debian.net/debian stretch-backports main" > /etc/apt/sources.list.d/backports.list @@ -103,6 +103,10 @@ ynh_package_install openssl curl mysql-client mysql-server php-fpm php-cli php-c #Adding repo of pufferd #curl -s https://packagecloud.io/install/repositories/pufferpanel/pufferd/script.deb.sh +apt-key add - https://packagecloud.io/pufferpanel/pufferd/gpgkey +echo "https://packagecloud.io/install/repositories/pufferpanel/pufferd/config_file.list?os=debian&dist=stretch&source=script" > /etc/apt/sources.list.d/pufferpanel_pufferd.list + + #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #=================================================