Skip to content

Commit

Permalink
change: better way to specify version
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhas authored May 15, 2021
1 parent 35a0ab6 commit 294ba11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ param (

$PSMinVersion = 3

if ($v) {
$version = $v
}

# Helper functions for pretty terminal output.
function Write-Part ([string] $Text) {
Write-Host $Text -NoNewline
Expand Down

0 comments on commit 294ba11

Please sign in to comment.