mirror of
https://github.com/YunoHost-Apps/restic_ynh.git
synced 2024-09-03 20:16:22 +02:00
Uncompress bz2 file
This commit is contained in:
parent
fa111b7741
commit
ec5d166653
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ ynh_app_setting_set --app=$app --key=passphrase --value="$passphrase"
|
||||||
ynh_script_progression --message="Installing Restic..." --weight=7
|
ynh_script_progression --message="Installing Restic..." --weight=7
|
||||||
|
|
||||||
ynh_setup_source --source_id=main --dest_dir="$install_dir"
|
ynh_setup_source --source_id=main --dest_dir="$install_dir"
|
||||||
|
bunzip2 -d -f /var/www/restic/restic.bz2
|
||||||
chmod +x "$install_dir/restic"
|
chmod +x "$install_dir/restic"
|
||||||
|
|
||||||
_gen_and_save_public_key
|
_gen_and_save_public_key
|
||||||
|
|
Loading…
Add table
Reference in a new issue