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:
parent
6f37e451dc
commit
3d0154a69f
2 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@ ynh_script_progression --message="Setting up source files..." --weight=1
|
||||||
### downloaded from an upstream source, like a git repository.
|
### downloaded from an upstream source, like a git repository.
|
||||||
### `ynh_setup_source` use the file conf/app.src
|
### `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
|
architecture=$detect_arch
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
|
|
|
@ -83,7 +83,7 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]
|
||||||
then
|
then
|
||||||
ynh_script_progression --message="Upgrading source files..."
|
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
|
architecture=$detect_arch
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
|
|
Loading…
Reference in a new issue