piccoli aggiornamenti
This commit is contained in:
@@ -10,6 +10,5 @@ find /etc/apt/sources.list.d -name "*.list" -exec sed -i 's/bookworm/trixie/g' {
|
|||||||
apt update
|
apt update
|
||||||
apt full-upgrade -y
|
apt full-upgrade -y
|
||||||
|
|
||||||
apt install fastfetch
|
apt install fastfetch -y
|
||||||
fastfeth
|
fastfetch
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!bin/bash
|
#!bin/bash
|
||||||
apt update && apt upgrade -y
|
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:
|
# Add Docker's official GPG key:
|
||||||
sudo apt update
|
sudo apt update
|
||||||
@@ -20,6 +20,5 @@ EOF
|
|||||||
|
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin -y
|
sudo apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin -y
|
||||||
|
fastfetch
|
||||||
echo container inizializzato correttamente!
|
echo container inizializzato correttamente!
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user