1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/borgwarehouse_ynh.git synced 2024-09-03 18:16:17 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-10-17 14:20:49 +02:00
parent e376ec94cf
commit 0035608f83

View file

@ -9,8 +9,8 @@
source _common.sh source _common.sh
source /usr/share/yunohost/helpers source /usr/share/yunohost/helpers
secret=$(openssl rand -base64 32) secret=$(ynh_string_random --length=32)
cron_key=$(openssl rand -base64 32) cron_key=$(ynh_string_random --length=32)
#================================================= #=================================================
# INSTALL DEPENDENCIES # INSTALL DEPENDENCIES