Skip to content

Commit

Permalink
add GitHub link
Browse files Browse the repository at this point in the history
  • Loading branch information
sebovzeoueb committed Feb 13, 2025
1 parent cc566b9 commit bc307c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bun_installer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import getVersion from "./server/getVersion.js"
import { parseArgs } from "node:util"
import dockerComposeZip from "./assets/docker_compose.zip" with { type: "file" }
import AdmZip from "adm-zip"
import type { stream } from "hono/streaming"

const { values } = parseArgs({
args: Bun.argv,
Expand Down Expand Up @@ -52,6 +51,7 @@ app.get('/', async c => {
<body>
<h1>Concierge Configurator</h1>
<p>This is a utility to install and configure Concierge Data AI, a tool made by <a href="https://www.infosecinnovations.com/" target="_blank">InfoSec Innovations</a></p>
<p>Having trouble? Got suggestions for improving Concierge? Head over to our <a href="https://github.com/InfoSecInnovations/concierge" target="_blank">GitHub</a>!</p>
{dockerStatus ? <>
{conciergeIsInstalled ? <section>
<h3>Launch Concierge</h3>
Expand Down

0 comments on commit bc307c4

Please sign in to comment.