mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
messing with the spacing a bit
This commit is contained in:
parent
110a12cf34
commit
24febde5f7
1 changed files with 7 additions and 3 deletions
10
src/main.rs
10
src/main.rs
|
@ -194,9 +194,9 @@ fn main() {
|
||||||
|
|
||||||
println!("");
|
println!("");
|
||||||
println!("Use the full drive path such as /dev/nvme0n1 or /dev/sda");
|
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!("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()
|
io::stdin()
|
||||||
.read_line(&mut drive_name)
|
.read_line(&mut drive_name)
|
||||||
|
@ -228,14 +228,18 @@ fn main() {
|
||||||
.expect("Failed to execute command");
|
.expect("Failed to execute command");
|
||||||
|
|
||||||
println!("");
|
println!("");
|
||||||
|
println!("-------------------------");
|
||||||
println!("Water packed!");
|
println!("Water packed!");
|
||||||
println!("Treats packed!");
|
println!("Treats packed!");
|
||||||
println!("We're ready for our walk!");
|
println!("We're ready for our walk!");
|
||||||
|
println!("-------------------------");
|
||||||
|
|
||||||
// Host selection
|
// Host selection
|
||||||
loop {
|
loop {
|
||||||
println!("");
|
println!("");
|
||||||
println!("Host selection");
|
println!("Host selection:");
|
||||||
|
println!("---------------");
|
||||||
|
println!("");
|
||||||
println!("1. Lemur Pro 13 (Garrus)");
|
println!("1. Lemur Pro 13 (Garrus)");
|
||||||
println!("2. Device 2");
|
println!("2. Device 2");
|
||||||
println!("3. Quit");
|
println!("3. Quit");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue