mirror of
https://github.com/YunoHost-Apps/pufferpanel_ynh.git
synced 2024-09-03 20:16:03 +02:00
update
This commit is contained in:
parent
618cbbe035
commit
8092106c56
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue