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 <