Install Tobii apps for user

This commit is contained in:
Manuel Thalmann 2023-07-17 02:55:45 +02:00
parent 55fb262864
commit a46a59f57c
7 changed files with 52 additions and 28 deletions
scripts/Windows/Collections

View file

@ -27,6 +27,12 @@ function Backup-PersonalApps([Context] $context) {
}
function Restore-PersonalApps([Context] $context) {
# Device specific
if ((Get-Command Install-PersonalDrivers -ErrorAction SilentlyContinue)) {
Write-Information "Driver installation function was found. Starting installation";
Install-PersonalDrivers $context;
}
# Backed up applications
Restore-Git $context;
Restore-LogitechGHUB $context;