mirror of
https://github.com/YunoHost-Apps/simple-torrent_ynh.git
synced 2024-09-03 20:26:18 +02:00
Update scripts/install
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
This commit is contained in:
parent
edcb8252e9
commit
0a0c1df0ce
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ ynh_script_progression --message="Setting up source files..." --weight=4
|
|||
ynh_setup_source --dest_dir=$install_dir
|
||||
|
||||
pushd "$install_dir"
|
||||
gzip --decompress $YNH_ARCH.gz
|
||||
mv $YNH_ARCH $app
|
||||
gzip --decompress main.gz
|
||||
mv main $app
|
||||
popd
|
||||
|
||||
chmod -R o-rwx "$install_dir"
|
||||
|
|
Loading…
Add table
Reference in a new issue