diff --git a/12to13.sh b/12to13.sh index 8f25b5a..b2d4daf 100644 --- a/12to13.sh +++ b/12to13.sh @@ -1,8 +1,8 @@ -#!bin/bash +#!bin/bash apt update && apt upgrade -y apt install sudo -y -apt clean && apt autoremove +apt clean && apt autoremove sed -i 's/bookworm/trixie/g' /etc/apt/sources.list find /etc/apt/sources.list.d -name "*.list" -exec sed -i 's/bookworm/trixie/g' {} \; @@ -10,6 +10,5 @@ find /etc/apt/sources.list.d -name "*.list" -exec sed -i 's/bookworm/trixie/g' { apt update apt full-upgrade -y -apt install fastfetch -fastfeth - +apt install fastfetch -y +fastfetch diff --git a/init.sh b/init.sh index 33d254f..a04547f 100644 --- a/init.sh +++ b/init.sh @@ -1,6 +1,6 @@ #!bin/bash apt update && apt upgrade -y -apt install sudo curl ca-certificates vim -y +apt install fastfetch sudo curl ca-certificates vim -y # Add Docker's official GPG key: sudo apt update @@ -20,6 +20,5 @@ EOF sudo apt update sudo apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin -y - +fastfetch echo container inizializzato correttamente! -