From ce12a5ac6a8f0624c909b6c6b9c23b61ddebffb8 Mon Sep 17 00:00:00 2001 From: mara Date: Wed, 12 Jun 2024 08:58:39 +0200 Subject: [PATCH] edit ceph pake --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index e466d2b..b5d49a8 100644 --- a/install.sh +++ b/install.sh @@ -1,5 +1,4 @@ #!/bin/bash - # Qtile Martin Andersen Desktop Environment, Qmade for short.! install - ITmail.dk # bash -c "$(wget -O- https://raw.githubusercontent.com/ITmail-dk/qmade/main/install.sh)" @@ -1610,7 +1609,7 @@ do sudo apt install -y nfs-common ;; "9") - sudo apt install -y ceph-commen + sudo apt install -y ceph-common ;; "10") cd /tmp/ && wget -O vscode_amd64.deb 'https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64' && sudo apt install -y /tmp/vscode_amd64.deb && rm vscode_amd64.deb