This commit is contained in:
Yeray 2024-07-28 01:18:44 +02:00
parent 2905c430ad
commit 4ae7061d05

View File

@ -42,8 +42,10 @@ ynh_script_progression --message="Url: $git_url"
# Download, check integrity, uncompress and patch the source from app.src
# ynh_setup_source --dest_dir="$install_dir"
# chmod -R o-rwx "$install_dir"
# chown -R "$app:$app" "$install_dir"
git clone "$git_url" "$install_dir"
chmod -R o-rwx "$install_dir"
chown -R "$app:$app" "$install_dir"
#=================================================
# ADD A CONFIGURATION