Skip to content

Commit 220faf0

Browse files
authored
fix(komodo): update GitHub URL for compose files (#3823)
1 parent bb9c3ab commit 220faf0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ct/komodo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function update_script() {
4747
exit 1
4848
}
4949

50-
GITHUB_URL="https://raw.githubusercontent.com/mbecker20/komodo/main/compose/${COMPOSE_FILE}"
50+
GITHUB_URL="https://raw.githubusercontent.com/moghtech/komodo/main/compose/${COMPOSE_FILE}"
5151
if ! curl -fsSL "$GITHUB_URL" -o "/opt/komodo/${COMPOSE_FILE}"; then
5252
msg_error "Failed to download ${COMPOSE_FILE} from GitHub!"
5353
mv "/opt/komodo/${BACKUP_FILE}" "/opt/komodo/${COMPOSE_FILE}"

install/komodo-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ case $DB_CHOICE in
6161
esac
6262
mkdir -p /opt/komodo
6363
cd /opt/komodo
64-
curl -fsSL "https://raw.githubusercontent.com/mbecker20/komodo/main/compose/$DB_COMPOSE_FILE" -o $(basename "https://raw.githubusercontent.com/mbecker20/komodo/main/compose/$DB_COMPOSE_FILE")
64+
curl -fsSL "https://raw.githubusercontent.com/moghtech/komodo/main/compose/$DB_COMPOSE_FILE" -o $(basename "https://raw.githubusercontent.com/moghtech/komodo/main/compose/$DB_COMPOSE_FILE")
6565

6666
msg_info "Setup Komodo Environment"
67-
curl -fsSL "https://raw.githubusercontent.com/mbecker20/komodo/main/compose/compose.env" -o "/opt/komodo/compose.env"
67+
curl -fsSL "https://raw.githubusercontent.com/moghtech/komodo/main/compose/compose.env" -o "/opt/komodo/compose.env"
6868
DB_PASSWORD=$(openssl rand -base64 16 | tr -d '/+=')
6969
PASSKEY=$(openssl rand -base64 24 | tr -d '/+=')
7070
WEBHOOK_SECRET=$(openssl rand -base64 24 | tr -d '/+=')

0 commit comments

Comments
 (0)