mirror of
https://github.com/YunoHost-Apps/simple-torrent_ynh.git
synced 2024-09-03 20:26:18 +02:00
Update upgrade
This commit is contained in:
parent
4f41cefd0d
commit
b41f2ce2c0
1 changed files with 5 additions and 0 deletions
|
@ -88,6 +88,11 @@ then
|
|||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir=$final_path --source_id="$architecture" --keep="$final_path/config.yml"
|
||||
|
||||
pushd "$final_path"
|
||||
gzip --decompress ${architecture}.gz
|
||||
mv ${architecture} $app
|
||||
popd
|
||||
fi
|
||||
|
||||
chmod 750 "$final_path"
|
||||
|
|
Loading…
Add table
Reference in a new issue