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) {
|
||||
$softwareDir = "$PSScriptRoot/../Software";
|
||||
|
||||
# Backed up applications
|
||||
Restore-Git $context;
|
||||
Restore-LogitechGHUB $context;
|
||||
|
@ -52,9 +50,8 @@ function Restore-PersonalApps([Context] $context) {
|
|||
chocolateygui `
|
||||
bitwarden `
|
||||
keepass `
|
||||
gimp;
|
||||
|
||||
. "$softwareDir/GPU-Z/Install.ps1";
|
||||
gimp `
|
||||
gpu-z;
|
||||
|
||||
# Media
|
||||
choco install -y k-litecodecpackmega;
|
||||
|
|
Loading…
Reference in a new issue