1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vore_ynh.git synced 2024-09-03 20:36:07 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-05-15 16:33:15 +02:00
parent cef229f925
commit 5cf81866d3

View file

@ -20,7 +20,7 @@ ynh_script_progression --message="Setting up source files..." --weight=1
ynh_remove_go
mkdir -p "$install_dir"
git clone https://git.j3s.sh/vore "$install_dir" --quiet
ynh_exec_warn_less git clone https://git.j3s.sh/vore "$install_dir" --quiet
ynh_add_config --template="../conf/index.tmpl.html" --destination="$install_dir/files/index.tmpl.html"
chmod -R o-rwx "$install_dir"