Install Tobii apps for user
This commit is contained in:
parent
55fb262864
commit
a46a59f57c
7 changed files with 52 additions and 28 deletions
scripts/Windows/Collections
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue