Skip to content

Commit

Permalink
Testing build
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfessorManhattan committed Apr 24, 2024
1 parent 05127cd commit 6ee3e67
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/pages/landing-page/landing-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ qvm-run --pass-io sys-firewall "curl -sSL 'https://install.doctor/qubes'" > ~/se
data={{
tabs: ['Linux/macOS', 'Windows', 'Qubes'],
languages: ['bash', 'powershell', 'bash'],
code: [`echo "Headlessly provisioning a Linux / macOS / Unix machine"
code: [
`echo "Headlessly provisioning a Linux / macOS / Unix machine"
export HEADLESS_INSTALL=true
export SOFTWARE_GROUP="Standard-Desktop"
export FULL_NAME="Joe Shmoe"
Expand All @@ -207,7 +208,8 @@ export CLOUDFLARE_API_TOKEN="cf-pat-xXP999kUu888777"
export TAILSCALE_AUTH_KEY="tailscale-auth-key-xXP999kUu888777"
export START_REPO="my-gh-user/my-fork-name"
bash <(curl -sSL "https://install.doctor/start")
`,`Write-Host "Headlessly provisioning a Windows machine"
`,
`Write-Host "Headlessly provisioning a Windows machine"
$env:HEADLESS_INSTALL = true
$env:SOFTWARE_GROUP = 'Standard-Desktop'
$env:FULL_NAME = 'Joe Shmoe'
Expand All @@ -216,7 +218,9 @@ $env:PUBLIC_SERVICES_DOMAIN = 'megabyte.space'
$env:CLOUDFLARE_API_TOKEN = 'cf-pat-xXP999kUu888777'
$env:TAILSCALE_AUTH_KEY = 'tailscale-auth-key-xXP999kUu888777'
$env:START_REPO = 'my-gh-user/my-fork-name'
iex ((New-Object System.Net.WebClient).DownloadString('https://install.doctor/windows'))`, `echo "Headlessly provisioning Qubes from dom0"
iex ((New-Object System.Net.WebClient).DownloadString('https://install.doctor/windows'))
`,
`echo "Headlessly provisioning Qubes from dom0"
export HEADLESS_INSTALL=true
export SOFTWARE_GROUP=Standard-Desktop
export FULL_NAME="Joe Shmoe"
Expand All @@ -226,7 +230,8 @@ export CLOUDFLARE_API_TOKEN="cf-pat-xXP999kUu888777"
export TAILSCALE_AUTH_KEY="tailscale-auth-key-xXP999kUu888777"
export START_REPO="my-gh-user/my-fork-name"
qvm-run --pass-io sys-firewall "curl -sSL 'https://install.doctor/qubes'" > ~/setup.sh
bash ~/setup.sh`],
bash ~/setup.sh
`],
}}
/>,
<code-snippet
Expand Down

0 comments on commit 6ee3e67

Please sign in to comment.