Install network drivers for Surfaces
This commit is contained in:
parent
7fcd43388c
commit
5ce37e6e00
|
@ -14,6 +14,12 @@ begin
|
|||
pacstrap -K "$mountDir" fish git jq nix sudo tmux
|
||||
end
|
||||
|
||||
function installDrivers -V mountDir
|
||||
if isEnabled valhalla.linux.hardware.surfaceBook
|
||||
pacstrap -K "$mountDir" linux-firmware-marvell;
|
||||
end
|
||||
end
|
||||
|
||||
function getInstallerScript -V dir -S
|
||||
echo "$dir/install.fish"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue