File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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} "
Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ case $DB_CHOICE in
6161esac
6262mkdir -p /opt/komodo
6363cd /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
6666msg_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"
6868DB_PASSWORD=$( openssl rand -base64 16 | tr -d ' /+=' )
6969PASSKEY=$( openssl rand -base64 24 | tr -d ' /+=' )
7070WEBHOOK_SECRET=$( openssl rand -base64 24 | tr -d ' /+=' )
You can’t perform that action at this time.
0 commit comments