1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shiori_ynh.git synced 2024-09-03 20:26:17 +02:00

Update install

This commit is contained in:
Éric Gaspar 2024-08-31 16:17:26 +02:00
parent fb13f3f2e5
commit 15ec2b1e9b

View file

@ -3,6 +3,9 @@
source _common.sh
source /usr/share/yunohost/helpers
key=$(ynh_string_random --length=45 | base64)
ynh_app_setting_set --app=$app --key=key --value=$key
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================