mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-02-02 22:07:13 +08:00
7c078af4fc
Add ability to watch at the system logs User can now review configs installed on OS Selecting drivers needed for the target, through TUI, or just pick drivers automatically
9 lines
121 B
C++
9 lines
121 B
C++
#ifndef DRIVERS_HPP
|
|
#define DRIVERS_HPP
|
|
|
|
namespace tui {
|
|
void install_drivers_menu() noexcept;
|
|
}
|
|
|
|
#endif // DRIVERS_HPP
|