Fix typo
This commit is contained in:
parent
c087724fe4
commit
97eea747cc
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ function Install-PortValhallaDrivers {
|
||||||
. "$mbDriverPath/AMDChipsetX399/Install.ps1" $context;
|
. "$mbDriverPath/AMDChipsetX399/Install.ps1" $context;
|
||||||
. "$mbDriverPath/IntelBluetooth/Install.ps1" $context;
|
. "$mbDriverPath/IntelBluetooth/Install.ps1" $context;
|
||||||
. "$driverPath/AMDChipsetX399/Install.ps1" $context;
|
. "$driverPath/AMDChipsetX399/Install.ps1" $context;
|
||||||
. "$driverPath/TobiiEyeX/Install.ps1" $context;
|
. "$driverPath/Tobii EyeX/Install.ps1" $context;
|
||||||
|
|
||||||
choco install -y amd-ryzen-master geforce-game-ready-driver icue wavelink;
|
choco install -y amd-ryzen-master geforce-game-ready-driver icue wavelink;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue