Skip to content

Commit

Permalink
Update install_update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCat467 authored Jul 4, 2021
1 parent 8f58970 commit bb622f5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions install_update.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
#!/bin/bash
# Install new verion of bot

echo "Installing updated bot..."
cd ~/Desktop
cd Bots
echo "Moving current to old."
mv StatusBot old
echo "Installing updated bot..."
git clone https://github.com/CoolCat467/StatusBot
echo "Moving old credentials over..."""
mv old/.env StatusBot/.env
cd StatusBot
chmod 755 *
echo "Install complete."""
echo "Install complete."
. looprun.sh

0 comments on commit bb622f5

Please sign in to comment.