diff --git a/doc/screenshots/example.jpg b/doc/screenshots/example.jpg index a1efa1a..a5f4d7f 100644 Binary files a/doc/screenshots/example.jpg and b/doc/screenshots/example.jpg differ diff --git a/scripts/install b/scripts/install index 81f6094..08a2688 100755 --- a/scripts/install +++ b/scripts/install @@ -37,7 +37,7 @@ chown -R $app:www-data "$install_dir" git lfs install && git lfs pull # Download, check integrity, uncompress and patch the source from GitHub -git clone https://iceshrimp.dev/iceshrimp/iceshrimp.git "$install_dir" --quiet +ynh_exec_warn_less git clone https://iceshrimp.dev/iceshrimp/iceshrimp.git "$install_dir" --quiet chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir"