added update scripts.
This commit is contained in:
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"
|
Reference in New Issue
Block a user