mirror of
https://github.com/YunoHost-Apps/cockpit_ynh.git
synced 2024-09-03 18:16:26 +02:00
Update install
This commit is contained in:
parent
47fffc13ce
commit
bde06bfd00
1 changed files with 2 additions and 7 deletions
|
@ -75,6 +75,7 @@ echo 'deb http://deb.debian.org/debian stretch-backports main' > \
|
||||||
/etc/apt/sources.list.d/$app.list
|
/etc/apt/sources.list.d/$app.list
|
||||||
|
|
||||||
ynh_package_update
|
ynh_package_update
|
||||||
|
ynh_install_app_dependencies cockpit
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# FIND AND OPEN A PORT
|
# FIND AND OPEN A PORT
|
||||||
|
@ -99,12 +100,6 @@ ynh_app_setting_set $app port $port
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
#ynh_setup_source "$final_path"
|
#ynh_setup_source "$final_path"
|
||||||
|
|
||||||
#==============================================
|
|
||||||
# INSTALL COCKPIT
|
|
||||||
#==============================================
|
|
||||||
|
|
||||||
ynh_package_install cockpit
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# NGINX CONFIGURATION
|
# NGINX CONFIGURATION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
@ -163,5 +158,5 @@ if [ $is_public -eq 1 ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Reload services
|
# Reload services
|
||||||
#systemctl enable --now cockpit
|
systemctl enable --now cockpit
|
||||||
systemctl reload nginx
|
systemctl reload nginx
|
||||||
|
|
Loading…
Reference in a new issue