mirror of
https://github.com/rbreaves/kinto.git
synced 2025-07-31 16:26:39 +02:00
- More updates to the Windows based installer
This commit is contained in:
@@ -9,6 +9,13 @@ else{
|
||||
if(-not(test-path "C:\Program Files\AutoHotkey\AutoHotkey.exe")){
|
||||
choco install autohotkey.install
|
||||
}
|
||||
else{
|
||||
Write-Output "Autohotkey is already installed"
|
||||
}
|
||||
if(-not(test-path "C:\Strawberry\")){
|
||||
choco install strawberryperl
|
||||
refreshenv
|
||||
}
|
||||
else{
|
||||
Write-Output "Perl is already installed"
|
||||
}
|
||||
|
Reference in New Issue
Block a user