Skip to content

Commit

Permalink
update downloader before execution
Browse files Browse the repository at this point in the history
  • Loading branch information
bronson-g committed Jul 27, 2023
1 parent c5160ff commit 89d515e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ mkdir -p bin

echo "#!/bin/bash" > bin/bot
echo "source vars/discord.env" >> bin/bot
echo "bin/download -U" >> bin/bot
echo "cd discord && git stash && git pull && go run ." >> bin/bot
chmod a+rx bin/bot

0 comments on commit 89d515e

Please sign in to comment.