From 9d0a0b732fe37413f755c8bbaa8850eb9fa8fd03 Mon Sep 17 00:00:00 2001 From: Nick Leeman Date: Sun, 16 Jul 2023 16:36:37 +0200 Subject: [PATCH] added update scripts. --- update.linux.sh | 7 +++++++ update.win.bat | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100755 update.linux.sh create mode 100644 update.win.bat diff --git a/update.linux.sh b/update.linux.sh new file mode 100755 index 0000000..6459b1e --- /dev/null +++ b/update.linux.sh @@ -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" \ No newline at end of file diff --git a/update.win.bat b/update.win.bat new file mode 100644 index 0000000..6459b1e --- /dev/null +++ b/update.win.bat @@ -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" \ No newline at end of file