mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
Update windows-installer/template.nsi
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
3d0397a9e8
commit
35ae27c182
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ Function .onInit
|
|||
Pop $0
|
||||
Pop $1
|
||||
StrCmp $1 "-1" 0 powershellok
|
||||
MessageBox MB_OK|MB_ICONSTOP "Certbot requires Powershell 5.0+ to work.$\r$\nPlease check the following link to know how to upgrade your system:$\r$\nhttps://docs.microsoft.com/powershell/scripting/install/installing-powershell"
|
||||
MessageBox MB_OK|MB_ICONSTOP "Certbot requires Powershell 5.0+ to work.$\r$\nPlease check the following link to learn how to upgrade your system:$\r$\nhttps://docs.microsoft.com/powershell/scripting/install/installing-powershell"
|
||||
Abort
|
||||
powershellok:
|
||||
FunctionEnd
|
||||
|
|
|
|||
Loading…
Reference in a new issue