messing with the spacing a bit

This commit is contained in:
Aaron Honeycutt 2025-04-10 20:45:34 -06:00
parent 110a12cf34
commit 24febde5f7

View file

@ -194,9 +194,9 @@ fn main() {
println!("");
println!("Use the full drive path such as /dev/nvme0n1 or /dev/sda");
println!("Which drive do we want to use for this installation?: {}", drive_name);
println!("");
println!("If you're on the Lemur nvme1n1 is the test drive");
println!("");
println!("Which drive do we want to use for this installation?: {}", drive_name);
io::stdin()
.read_line(&mut drive_name)
@ -228,14 +228,18 @@ fn main() {
.expect("Failed to execute command");
println!("");
println!("-------------------------");
println!("Water packed!");
println!("Treats packed!");
println!("We're ready for our walk!");
println!("-------------------------");
// Host selection
loop {
println!("");
println!("Host selection");
println!("Host selection:");
println!("---------------");
println!("");
println!("1. Lemur Pro 13 (Garrus)");
println!("2. Device 2");
println!("3. Quit");