1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nitter_ynh.git synced 2024-09-03 19:46:24 +02:00

Update upgrade

This commit is contained in:
Éric Gaspar 2022-06-19 14:02:12 +02:00
parent 80a6681a7e
commit a9e2c664b3
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -66,10 +66,8 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=1
# Download, check integrity, uncompress and patch the source from app.src
mv "$final_path/nitter.conf" "$final_path/nitter.conf.bak"
ynh_setup_source --dest_dir="$final_path" --source_id="app"
ynh_setup_source --dest_dir="$final_path/nim-installation" --source_id=$YNH_ARCH
mv "$final_path/nitter.conf.bak" "$final_path/nitter.conf"
ynh_setup_source --dest_dir="$final_path/nim-installation" --source_id=$YNH_ARCH --keep="$final_path/nitter.conf"
fi
#=================================================