Update install to use the stable build
This commit is contained in:
@@ -31,14 +31,14 @@ run_discord_bot() {
|
||||
fi
|
||||
mkdir -p $(pwd)/configs
|
||||
echo -e "${GREEN}Installing the discord bot...${NC}"
|
||||
docker pull git.vpn.cusano.net/logan/drb-client-discord-bot/drb-client-discord-bot:nightly
|
||||
docker pull git.vpn.cusano.net/logan/drb-client-discord-bot/drb-client-discord-bot:stable
|
||||
docker run -d --privileged \
|
||||
-v /dev:/dev \
|
||||
-v $(pwd)/configs:/configs \
|
||||
--name "${drb_container_name}" \
|
||||
--network=host \
|
||||
--restart unless-stopped \
|
||||
git.vpn.cusano.net/logan/drb-client-discord-bot/drb-client-discord-bot:nightly
|
||||
git.vpn.cusano.net/logan/drb-client-discord-bot/drb-client-discord-bot:stable
|
||||
}
|
||||
|
||||
create_config_json() {
|
||||
|
||||
Reference in New Issue
Block a user