diff --git a/src/client/components/DashboardLanding.tsx b/src/client/components/DashboardLanding.tsx
index 6800749..9db113c 100644
--- a/src/client/components/DashboardLanding.tsx
+++ b/src/client/components/DashboardLanding.tsx
@@ -5,7 +5,6 @@ import {
AppSelectorChevron,
DashboardContainer,
DashboardHeader,
- DashboardInstallCmd,
DashboardTitle,
SettingsGear,
StatusDot,
@@ -50,9 +49,6 @@ export function DashboardLanding({ render }: { render: () => void }) {
)}
-
- curl -fsSL {location.origin}/install | bash
-
diff --git a/src/client/components/SettingsPage.tsx b/src/client/components/SettingsPage.tsx
index bebaf1f..2c2f325 100644
--- a/src/client/components/SettingsPage.tsx
+++ b/src/client/components/SettingsPage.tsx
@@ -3,6 +3,7 @@ import { getWifiConfig, saveWifiConfig } from '../api'
import { setCurrentView } from '../state'
import {
Button,
+ DashboardInstallCmd,
FormActions,
FormField,
FormInput,
@@ -52,6 +53,12 @@ export function SettingsPage({ render }: { render: () => void }) {
+
+ Install CLI
+
+ curl -fsSL {location.origin}/install | bash
+
+