Skip to content

Commit

Permalink
rename to bit
Browse files Browse the repository at this point in the history
  • Loading branch information
bronson-g committed Jul 27, 2023
1 parent 33ded78 commit cebddc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infrastructure/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apt install -y golang

mkdir -p bin

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

0 comments on commit cebddc0

Please sign in to comment.