mirror of
https://github.com/YunoHost-Apps/pufferpanel_ynh.git
synced 2024-09-03 20:16:03 +02:00
clean
This commit is contained in:
parent
444b9ce82f
commit
f6d9946bcd
1 changed files with 1 additions and 6 deletions
|
@ -169,14 +169,9 @@ ynh_replace_string "yunobase" "$db_name" "$final_path/config.json"
|
||||||
#ynh_replace_string "yunodomain" "$domain" "$final_path/.env"
|
#ynh_replace_string "yunodomain" "$domain" "$final_path/.env"
|
||||||
|
|
||||||
#==============================================
|
#==============================================
|
||||||
# INSTALL PufferPanel
|
# INSTALL DAEMON Pufferd
|
||||||
#==============================================
|
#==============================================
|
||||||
|
|
||||||
#Install Panel
|
|
||||||
#mv $final_path/
|
|
||||||
|
|
||||||
|
|
||||||
#Install Daemon
|
|
||||||
mkdir -p /var/lib/pufferd /var/log/pufferd /etc/pufferd
|
mkdir -p /var/lib/pufferd /var/log/pufferd /etc/pufferd
|
||||||
wget https://github.com/YunoHost-Apps/pufferpanel_ynh/releases/download/1.2.5/pufferd_1.2.5_amd64.deb
|
wget https://github.com/YunoHost-Apps/pufferpanel_ynh/releases/download/1.2.5/pufferd_1.2.5_amd64.deb
|
||||||
dpkg --install pufferd_1.2.5_amd64.deb
|
dpkg --install pufferd_1.2.5_amd64.deb
|
||||||
|
|
Loading…
Add table
Reference in a new issue