From d19e2ade76296dac0b09e3f78b601ed54af63841 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sun, 13 Jul 2025 01:03:58 -0400 Subject: [PATCH] Update install to use the stable build --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index c4b22d9..df5669c 100644 --- a/install.sh +++ b/install.sh @@ -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() {