Install Firefox before anything else
This commit is contained in:
parent
c14d1695c8
commit
516d5caa88
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ function Backup-PersonalApps([Context] $context) {
|
|||
|
||||
function Restore-PersonalApps([Context] $context) {
|
||||
choco feature enable -n useEnhancedExitCodes;
|
||||
choco install -y firefox;
|
||||
Restore-Nextcloud $context;
|
||||
Restore-Git $context;
|
||||
Restore-LogitechGHUB $context;
|
||||
|
|
Loading…
Reference in a new issue