Add a hint to run with sudo

This commit is contained in:
Wildan M
2026-04-11 07:00:57 +07:00
parent 4ee2101d01
commit aab8c5f5ea
+2
View File
@@ -618,6 +618,8 @@ impl Application for Window {
}
} else {
widgets.push(text("No drives found").into());
// TODO: expose disk.pci-*-*nvme/* */ scheme to user
widgets.push(text("(try to rerun with sudo)").into());
}
}
Page::Install(progress, description) => {