fix
This commit is contained in:
@@ -214,7 +214,7 @@ echo "deb [signed-by=/etc/apt/keyrings/zabbly.gpg] https://pkgs.zabbly.com/incus
|
|||||||
sudo apt update
|
sudo apt update
|
||||||
|
|
||||||
# Installazione Incus
|
# Installazione Incus
|
||||||
sudo apt install -y incus incus-ui-canonical
|
sudo apt install -y incus incus-client incus-ui-canonical
|
||||||
check_command "Incus"
|
check_command "Incus"
|
||||||
|
|
||||||
# Configurazione iniziale Incus
|
# Configurazione iniziale Incus
|
||||||
@@ -332,7 +332,7 @@ echo ""
|
|||||||
|
|
||||||
print_status "=== UTILIZZO PROFILI VS CODE ==="
|
print_status "=== UTILIZZO PROFILI VS CODE ==="
|
||||||
echo "Per aprire VS Code con un profilo specifico:"
|
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 \"Python\" /percorso/progetto # Profilo Python"
|
||||||
echo " code --profile \"Rust\" /percorso/progetto # Profilo Rust"
|
echo " code --profile \"Rust\" /percorso/progetto # Profilo Rust"
|
||||||
echo " code --profile \"Web\" /percorso/progetto # Profilo Web"
|
echo " code --profile \"Web\" /percorso/progetto # Profilo Web"
|
||||||
|
|||||||
Reference in New Issue
Block a user