From 6e5aae6c928806676474f92fc79af73432e07ce2 Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Wed, 16 Oct 2024 14:16:12 +0200 Subject: [PATCH] Update install.sh --- install.sh | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/install.sh b/install.sh index e5c718c..7e0f46f 100644 --- a/install.sh +++ b/install.sh @@ -51,19 +51,7 @@ if [ -f /etc/apt/sources.list ]; then sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak.$(date +'%d-%m-%Y_%H%M%S') else echo "No Debian repositories sources.list" - echo "Tilføjer Debian Bookworm repositories til /etc/apt/sources.list" - sudo tee -a /etc/apt/sources.list <