created folder and first version for the install script

This commit is contained in:
Tobias 2023-07-27 20:40:54 +02:00
parent 28b7245e04
commit 65fc936888

16
scripts/install Normal file
View File

@ -0,0 +1,16 @@
#!/bin/bash
source /usr/share/yunohost/helpers
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================
ynh_script_progression --message="Setting up source files..." --weight=1
ynh_setup_source --dest_dir="$install_dir"
chown -R $app:www-data "$install_dir"
chmod -R o-rwx "$install_dir"