Skip to content

Commit

Permalink
Install script auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeimers113 committed Jul 26, 2023
1 parent d1c8c4b commit 69b867f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ apt install -y golang
mkdir -p bin

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

0 comments on commit 69b867f

Please sign in to comment.