fix updater and add post-update (#213)

This commit is contained in:
Saeed Vaziry
2024-05-15 22:49:07 +02:00
committed by GitHub
parent e3ea8f975f
commit d9a791755e
2 changed files with 16 additions and 10 deletions

2
scripts/post-update.sh Normal file
View File

@ -0,0 +1,2 @@
# post-update script is here to cover extra commands in case of an update requires it.
echo "Running post-update script..."