added update scripts.
This commit is contained in:
parent
fbf7c1c7d2
commit
9d0a0b732f
7
update.linux.sh
Executable file
7
update.linux.sh
Executable 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
7
update.win.bat
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user