mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 22:42:31 +08:00
🧹 drivers: remove mentions of network drivers
This commit is contained in:
parent
17781ec941
commit
90bad7b784
@ -101,7 +101,6 @@ namespace tui {
|
|||||||
void install_drivers_menu() noexcept {
|
void install_drivers_menu() noexcept {
|
||||||
const std::vector<std::string> menu_entries = {
|
const std::vector<std::string> menu_entries = {
|
||||||
"Install Display Driver",
|
"Install Display Driver",
|
||||||
//"Install Network Drivers",
|
|
||||||
"Back",
|
"Back",
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -112,9 +111,6 @@ void install_drivers_menu() noexcept {
|
|||||||
case 0:
|
case 0:
|
||||||
install_graphics_menu();
|
install_graphics_menu();
|
||||||
break;
|
break;
|
||||||
/*case 1:
|
|
||||||
setup_network_drivers();
|
|
||||||
break;*/
|
|
||||||
default:
|
default:
|
||||||
screen.ExitLoopClosure()();
|
screen.ExitLoopClosure()();
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user