added update scripts.

This commit is contained in:
Nick Leeman 2023-07-16 16:36:37 +02:00
parent fbf7c1c7d2
commit 9d0a0b732f
2 changed files with 14 additions and 0 deletions

7
update.linux.sh Executable file
View File

@ -0,0 +1,7 @@
echo "Updating crawler source..."
git pull
echo "Updating crawler source... DONE"
echo ""
echo "Updating crawler packages..."
npm install
echo "Updating crawler packages... DONE"

7
update.win.bat Normal file
View File

@ -0,0 +1,7 @@
echo "Updating crawler source..."
git pull
echo "Updating crawler source... DONE"
echo ""
echo "Updating crawler packages..."
npm install
echo "Updating crawler packages... DONE"