1
0
mirror of https://github.com/Technicolor-creamsicle/Osselbot.git synced 2025-02-21 05:07:16 -05:00
2020-05-15 02:39:49 -05:00

13 lines
202 B
Bash
Executable File

#!/usr/bin/env bash
echo "Updating"
#Update Node Based stuff
cd /home/ec2-user/github/Osselbot/
nvm node
npm upgrade
#update code
git pull --force
#Starts the bot
cd ./src
echo "STARTING"
node index.js