mirror of
https://github.com/YunoHost-Apps/cockpit_ynh.git
synced 2024-09-03 18:16:26 +02:00
update to buster
delete 3 unused lines and correct for buster
This commit is contained in:
parent
4359823043
commit
ef16ee2887
1 changed files with 2 additions and 6 deletions
|
@ -18,7 +18,7 @@ systemctl stop cockpit
|
|||
#==============================================
|
||||
|
||||
## Install the backports repo for debian
|
||||
echo 'deb http://deb.debian.org/debian stretch-backports main' > \
|
||||
echo 'deb http://deb.debian.org/debian buster-backports main' > \
|
||||
/etc/apt/sources.list.d/$app.list
|
||||
|
||||
ynh_package_update
|
||||
|
@ -40,11 +40,7 @@ ynh_package_install cockpit
|
|||
#=================================================
|
||||
# UPGRADE CONFIG
|
||||
#=================================================
|
||||
#cp -a ../conf/loolwsd.xml /etc/loolwsd
|
||||
#ynh_replace_string "__NEXTCLOUDDOMAIN__" "$nextcloud_domain" "/etc/loolwsd/loolwsd.xml"
|
||||
#ynh_replace_string "__PASSWORD__" "$password" "/etc/loolwsd/loolwsd.xml"
|
||||
#systemctl restart loolwsd
|
||||
|
||||
#lines no needed
|
||||
|
||||
|
||||
# If app is public, add url to SSOWat conf as skipped_uris
|
||||
|
|
Loading…
Add table
Reference in a new issue