Skip to content

Commit

Permalink
Update bootstrap.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdwegen authored Dec 3, 2023
1 parent b7f9e32 commit 1e21201
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/bootstrap.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ function Show-Menu {
Write-Host " "
Write-Host "2: Press '2' to download Get-WindowsAutopilotInfo from the gallery."
Write-Host " "
Write-Host "3: Press '3' to IN DEVELOPMENT."
Write-Host " "
}

Clear-Host
Expand Down Expand Up @@ -52,6 +54,8 @@ do {
irm "https://autopilot.ms/scripts/autopilot.ps1" | iex
} '2' {
irm "https://autopilot.ms/scripts/getwindowsautopilotscript.ps1" | iex
} '3' {
irm "https://autopilot.ms/scripts/tobenamedlater.ps1" | iex
}
}
}
Expand Down

0 comments on commit 1e21201

Please sign in to comment.