Install vanilla GPU-Z

This commit is contained in:
Manuel Thalmann 2023-07-16 23:10:59 +02:00
parent 91087b7c76
commit cbe84c1233

View file

@ -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;