simplicity

This commit is contained in:
Alex Brow 2020-04-04 19:13:23 -04:00
parent ab4c6d52fd
commit 6a3d804158
No known key found for this signature in database
GPG Key ID: F48926893F475C25
1 changed files with 1 additions and 1 deletions

View File

@ -1,10 +1,10 @@
#!/usr/bin/env bash
echo "Updating"
#Update Node Based stuff
cd ~/Osselbot/
n stable
npm upgrade
#update code
cd /home/tech1/Osselbot/
git pull --force
#Starts the bot
cd ./src