From a980fb5a76b941cc88abe90a0f118883752bcca7 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 14 Mar 2023 21:21:54 +0100 Subject: [PATCH] Update scripts/install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index a6859dd..3107450 100644 --- a/scripts/install +++ b/scripts/install @@ -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 main.gz - mv main $app + gzip --decompress main --to-stdout > main_dezipped + mv main_dezipped $app popd chmod -R o-rwx "$install_dir"