Skip to content

Commit

Permalink
super tab message
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasvlevi committed Apr 24, 2023
1 parent 295369e commit 74cc96a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/install/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,8 @@ pub fn install<'a>(data: &UserData) {

repair_fs(&data.device.name, &partitions_mb);

println!("\n--- THE DEVICE SUCCESSFULLY INSTALLED ---");
println!("\n--- You can safely exit the application ---");
println!("\x1b[91m\n--- THE DEVICE SUCCESSFULLY INSTALLED ---");
println!("\n\n\n\nPress 'Super + Tab' to open a shutdown menu...\x1b[0m");
}

///
Expand Down

0 comments on commit 74cc96a

Please sign in to comment.