From 439a22bebc4204570f1deec17093e70b266af4cf Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 26 Aug 2025 22:43:27 +0200 Subject: [PATCH] fix --- ubuntu-post-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ubuntu-post-install.sh b/ubuntu-post-install.sh index cdda6d0..e91ccbd 100644 --- a/ubuntu-post-install.sh +++ b/ubuntu-post-install.sh @@ -214,7 +214,7 @@ echo "deb [signed-by=/etc/apt/keyrings/zabbly.gpg] https://pkgs.zabbly.com/incus sudo apt update # Installazione Incus -sudo apt install -y incus incus-ui-canonical +sudo apt install -y incus incus-client incus-ui-canonical check_command "Incus" # Configurazione iniziale Incus @@ -332,7 +332,7 @@ echo "" print_status "=== UTILIZZO PROFILI VS CODE ===" echo "Per aprire VS Code con un profilo specifico:" -echo " code --profile \"Default\" /percorso/progetto # Profilo generale" +echo " code --profile \"Default\" /percorso/progetto # Profilo generale" echo " code --profile \"Python\" /percorso/progetto # Profilo Python" echo " code --profile \"Rust\" /percorso/progetto # Profilo Rust" echo " code --profile \"Web\" /percorso/progetto # Profilo Web"