Enable choco feature first
This commit is contained in:
parent
e08c4546a4
commit
5536d73b73
2 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,6 @@ function Backup-PersonalApps([Context] $context) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function Restore-PersonalApps([Context] $context) {
|
function Restore-PersonalApps([Context] $context) {
|
||||||
choco feature enable -n useEnhancedExitCodes;
|
|
||||||
choco install -y firefox;
|
choco install -y firefox;
|
||||||
Restore-Git $context;
|
Restore-Git $context;
|
||||||
Restore-LogitechGHUB $context;
|
Restore-LogitechGHUB $context;
|
||||||
|
|
|
@ -14,6 +14,7 @@ function Backup-WindowsInstallation([Context] $context) {
|
||||||
|
|
||||||
function Restore-WindowsInstallation([Context] $context) {
|
function Restore-WindowsInstallation([Context] $context) {
|
||||||
Write-Host "Restoring Windows";
|
Write-Host "Restoring Windows";
|
||||||
|
choco feature enable -n useEnhancedExitCodes;
|
||||||
|
|
||||||
function Read-Path()
|
function Read-Path()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue