Install vanilla GPU-Z
This commit is contained in:
parent
91087b7c76
commit
cbe84c1233
1 changed files with 2 additions and 5 deletions
|
@ -27,8 +27,6 @@ function Backup-PersonalApps([Context] $context) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function Restore-PersonalApps([Context] $context) {
|
function Restore-PersonalApps([Context] $context) {
|
||||||
$softwareDir = "$PSScriptRoot/../Software";
|
|
||||||
|
|
||||||
# Backed up applications
|
# Backed up applications
|
||||||
Restore-Git $context;
|
Restore-Git $context;
|
||||||
Restore-LogitechGHUB $context;
|
Restore-LogitechGHUB $context;
|
||||||
|
@ -52,9 +50,8 @@ function Restore-PersonalApps([Context] $context) {
|
||||||
chocolateygui `
|
chocolateygui `
|
||||||
bitwarden `
|
bitwarden `
|
||||||
keepass `
|
keepass `
|
||||||
gimp;
|
gimp `
|
||||||
|
gpu-z;
|
||||||
. "$softwareDir/GPU-Z/Install.ps1";
|
|
||||||
|
|
||||||
# Media
|
# Media
|
||||||
choco install -y k-litecodecpackmega;
|
choco install -y k-litecodecpackmega;
|
||||||
|
|
Loading…
Reference in a new issue