Add step for restoring LGHUB
This commit is contained in:
parent
c6907d6eec
commit
6e02c8b903
1 changed files with 1 additions and 0 deletions
|
@ -30,4 +30,5 @@ function Restore-PersonalApps([Context] $context) {
|
||||||
choco feature enable -n useEnhancedExitCodes;
|
choco feature enable -n useEnhancedExitCodes;
|
||||||
Restore-Nextcloud $context;
|
Restore-Nextcloud $context;
|
||||||
Restore-Git $context;
|
Restore-Git $context;
|
||||||
|
Restore-LogitechGHUB $context;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue