1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00

comments updated

This commit is contained in:
OniriCorpe 2022-03-15 22:51:56 +01:00
parent 6f37e451dc
commit 3d0154a69f
2 changed files with 2 additions and 2 deletions

View file

@ -140,7 +140,7 @@ ynh_script_progression --message="Setting up source files..." --weight=1
### downloaded from an upstream source, like a git repository.
### `ynh_setup_source` use the file conf/app.src
# ynh_detect_arch comes from _common.sh / personnal helpers
# detect_arch comes from _common.sh / personnal helpers
architecture=$detect_arch
# Download, check integrity, uncompress and patch the source from app.src

View file

@ -83,7 +83,7 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]
then
ynh_script_progression --message="Upgrading source files..."
# ynh_detect_arch comes from _common.sh / personnal helpers
# detect_arch comes from _common.sh / personnal helpers
architecture=$detect_arch
# Download, check integrity, uncompress and patch the source from app.src