1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mumbleserver_ynh.git synced 2024-09-03 19:46:03 +02:00
This commit is contained in:
ericgaspar 2020-11-09 19:37:07 +01:00
parent d9385b38a7
commit 7ba6701e87
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 11 deletions

View file

@ -21,10 +21,6 @@ Password and other usefull information will be sent to you after installation.
# State of this package # State of this package
* works fine:
* [x] install/remove/backup/remove/upgrade/multi-instance with x86_64
* to be confirmed * to be confirmed
* [x] ARM support * [x] ARM support
* [x] Improve systemd protection * [x] Improve systemd protection

View file

@ -6,12 +6,7 @@
# IMPORT GENERIC HELPERS # IMPORT GENERIC HELPERS
#================================================= #=================================================
if [ ! -e _common.sh ]; then source ../settings/scripts/_common.sh
# Get the _common.sh file if it's not in the current directory
cp ../settings/scripts/_common.sh ./_common.sh
chmod a+rx _common.sh
fi
source _common.sh
source /usr/share/yunohost/helpers source /usr/share/yunohost/helpers
#================================================= #=================================================
@ -51,7 +46,7 @@ ynh_restore_file "$final_path"
#================================================= #=================================================
# Define and install dependencies # Define and install dependencies
ynh_install_app_dependencies mumble-server mailutils ynh_install_app_dependencies $pkg_dependencies
#================================================= #=================================================
# RESTORE USER RIGHTS # RESTORE USER RIGHTS