From f18dbfdcacdf79f2369eb2c9b58f01d3e25a3932 Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Wed, 16 Oct 2024 14:12:11 +0200 Subject: [PATCH] Update install.sh --- install.sh | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 8fe2af2..db674b8 100644 --- a/install.sh +++ b/install.sh @@ -48,9 +48,22 @@ echo -e "${RED}-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo -e "${RED} ${NC}" 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') +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 "No Debian repositories sources.list" + echo "Tilføjer Debian Bookworm repositories til /etc/apt/sources.list" + sudo tee -a /etc/apt/sources.list <