1
0
Fork 0
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:
liberodark 2019-04-10 11:22:24 +02:00 committed by GitHub
parent 47fffc13ce
commit bde06bfd00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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