Enable choco feature first

This commit is contained in:
Manuel Thalmann 2023-07-13 01:30:27 +02:00
parent e08c4546a4
commit 5536d73b73
2 changed files with 1 additions and 1 deletions

View file

@ -27,7 +27,6 @@ function Backup-PersonalApps([Context] $context) {
}
function Restore-PersonalApps([Context] $context) {
choco feature enable -n useEnhancedExitCodes;
choco install -y firefox;
Restore-Git $context;
Restore-LogitechGHUB $context;

View file

@ -14,6 +14,7 @@ function Backup-WindowsInstallation([Context] $context) {
function Restore-WindowsInstallation([Context] $context) {
Write-Host "Restoring Windows";
choco feature enable -n useEnhancedExitCodes;
function Read-Path()
{