mirror of
https://github.com/YunoHost-Apps/ombi_ynh.git
synced 2024-09-03 19:55:54 +02:00
commit
bff1a83a6b
2 changed files with 6 additions and 2 deletions
|
@ -55,7 +55,11 @@ ram.runtime = "50M"
|
||||||
arm64.sha256 = "5e747fb93ef796e292a58afa89e672bb49a33b2db75c6b395150e47b4214f4f4"
|
arm64.sha256 = "5e747fb93ef796e292a58afa89e672bb49a33b2db75c6b395150e47b4214f4f4"
|
||||||
armhf.url = "https://github.com/Ombi-app/Ombi/releases/download/v4.43.5/linux-arm.tar.gz"
|
armhf.url = "https://github.com/Ombi-app/Ombi/releases/download/v4.43.5/linux-arm.tar.gz"
|
||||||
armhf.sha256 = "7c8fc3a079395c645c4e514e6f4987844fc45eea3ea7679948adee1ccf7f4435"
|
armhf.sha256 = "7c8fc3a079395c645c4e514e6f4987844fc45eea3ea7679948adee1ccf7f4435"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
|
||||||
|
autoupdate.strategy = "latest_github_release"
|
||||||
|
autoupdate.asset.arm64 = "linux-arm64\\.tar\\.gz"
|
||||||
|
autoupdate.asset.amd64 = "linux-x64\\.tar\\.gz"
|
||||||
|
autoupdate.asset.armhf = "linux-arm\\.tar\\.gz"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ then
|
||||||
ynh_script_progression --message="Upgrading source files..." --weight=1
|
ynh_script_progression --message="Upgrading source files..." --weight=1
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
ynh_setup_source --dest_dir="$install_dir" --keep="database.json"
|
ynh_setup_source --dest_dir="$install_dir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
chown -R $app:www-data "$install_dir"
|
chown -R $app:www-data "$install_dir"
|
||||||
|
|
Loading…
Add table
Reference in a new issue