Script reformatting with addition of a TUI. Now working on the disk configuration step.

This commit is contained in:
Raphaël Billet
2025-11-18 22:34:04 +01:00
parent 60e5dd2615
commit c666160b4e
2 changed files with 200 additions and 198 deletions
+5
View File
@@ -0,0 +1,5 @@
ssh_to_host() {
ssh raphael@192.168.11.1 "$1"
}
VGA_INFO=$(ssh_to_host "lspci -nn | grep -i 'vga'")
echo $VGA_INFO