mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 05:52:23 +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 {
|
||||
const std::vector<std::string> menu_entries = {
|
||||
"Install Display Driver",
|
||||
//"Install Network Drivers",
|
||||
"Back",
|
||||
};
|
||||
|
||||
@ -112,9 +111,6 @@ void install_drivers_menu() noexcept {
|
||||
case 0:
|
||||
install_graphics_menu();
|
||||
break;
|
||||
/*case 1:
|
||||
setup_network_drivers();
|
||||
break;*/
|
||||
default:
|
||||
screen.ExitLoopClosure()();
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user