1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/iceshrimp_ynh.git synced 2024-09-03 19:15:54 +02:00
This commit is contained in:
oufmilo 2023-12-23 12:53:34 +01:00
parent ae0eba9874
commit 9f81581e95
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View file

@ -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"