Skip to content

Commit 39c76a6

Browse files
committed
fix: remove unused desktop installer
1 parent 843c162 commit 39c76a6

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

packages/api/src/services/sandbox-providers/kasm-local-provider.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -225,13 +225,6 @@ async function installClaudeDesktopAndCode(id: string): Promise<ExecResult> {
225225
);
226226
}
227227

228-
async function installClaudeDesktop(id: string): Promise<ExecResult> {
229-
return execInSandboxAsRoot(
230-
id,
231-
"set -e; . /etc/os-release; case ${VERSION_ID%%.*} in 22|23|24) ;; *) exit 20 ;; esac; apt-get update; apt-get install -y curl ca-certificates gpg; curl -fsSLo /usr/share/keyrings/claude-desktop-archive-keyring.asc https://downloads.claude.ai/claude-desktop/key.asc; echo 'deb [arch=amd64,arm64 signed-by=/usr/share/keyrings/claude-desktop-archive-keyring.asc] https://downloads.claude.ai/claude-desktop/apt/stable stable main' > /etc/apt/sources.list.d/claude-desktop.list; apt-get update; apt-get install -y claude-desktop",
232-
);
233-
}
234-
235228
async function configureClaudeDesktop3p(id: string): Promise<ExecResult> {
236229
const managedSettings = JSON.stringify({
237230
inferenceProvider: "gateway",

0 commit comments

Comments
 (0)