From 3682157a1e189a684d77857fff08131364cf8d8f Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Sat, 23 Dec 2023 10:17:45 +0100 Subject: [PATCH] Fix --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 4acca31..81f6094 100755 --- a/scripts/install +++ b/scripts/install @@ -34,10 +34,10 @@ ynh_script_progression --message="Setting up source files..." --weight=3 mkdir -p "$install_dir" chown -R $app:www-data "$install_dir" -ynh_exec_warn_less git lfs install && git lfs pull +git lfs install && git lfs pull # Download, check integrity, uncompress and patch the source from GitHub -ynh_exec_warn_less git clone https://iceshrimp.dev/iceshrimp/iceshrimp.git "$install_dir" --quiet +git clone https://iceshrimp.dev/iceshrimp/iceshrimp.git "$install_dir" --quiet chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir"