1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kiwiirc_ynh.git synced 2024-09-03 19:35:59 +02:00

Update install

This commit is contained in:
ericgaspar 2022-02-03 23:56:15 +01:00
parent c527661975
commit 92f8fd6f59

View file

@ -61,18 +61,18 @@ ynh_setup_source --dest_dir=$tempdir --source_id=app
ynh_exec_warn_less dpkg -i $tempdir/kiwiirc_20.05.24.1-1_amd64.deb ynh_exec_warn_less dpkg -i $tempdir/kiwiirc_20.05.24.1-1_amd64.deb
#================================================= =================================================
# ADD A CONFIGURATION ADD A CONFIGURATION
#================================================= =================================================
# ynh_script_progression --message="Adding a configuration file..." --weight=1 ynh_script_progression --message="Adding a configuration file..." --weight=1
# ynh_add_config --template="../conf/config.conf.example" --destination="/etc/kiwiirc/config.conf" ynh_add_config --template="../conf/config.conf.example" --destination="/etc/kiwiirc/config.conf"
# ynh_add_config --template="../conf/client.json.example" --destination="/etc/kiwiirc/client.json" ynh_add_config --template="../conf/client.json.example" --destination="/etc/kiwiirc/client.json"
# chmod 600 "/etc/kiwiirc/config.conf" chmod 775 "/etc/kiwiirc/config.conf"
# chown root: "/etc/kiwiirc/config.conf" chown root: "/etc/kiwiirc/config.conf"
# chmod 600 "/etc/kiwiirc/client.json" chmod 775 "/etc/kiwiirc/client.json"
# chown root: "/etc/kiwiirc/client.json" chown root: "/etc/kiwiirc/client.json"
#================================================= #=================================================
# NGINX CONFIGURATION # NGINX CONFIGURATION