- More updates to the Windows based installer

This commit is contained in:
Ben Reaves
2020-06-19 20:18:03 -07:00
parent da22daf1f3
commit 70774c3431
3 changed files with 10 additions and 5 deletions

View File

@@ -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"
}