Skip to content

Commit

Permalink
adaad
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdwegen authored Nov 21, 2024
1 parent ebab203 commit a5985e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/bootstrap.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,13 @@ $menuItems = @(
$selection = menu -menuItems $menuItems -ReturnIndex

switch ($selection) {
'1' {
'0' {
Invoke-RestMethod "https://autopilot.ms/scripts/autopilot.ps1" | Invoke-Expression
} '2' {
} '1' {
Invoke-RestMethod "https://autopilot.ms/scripts/getwindowsautopilotscript.ps1" | Invoke-Expression
} '3' {
} '2' {
Invoke-RestMethod "https://autopilot.ms/scripts/gettenant.ps1" | Invoke-Expression
} '4' {
} '3' {
Write-Host "lol"
}
}
Expand Down

0 comments on commit a5985e9

Please sign in to comment.