mirror of
https://github.com/danog/dns.git
synced 2024-11-26 20:14:51 +01:00
Start Windows Update server on Appveyor
This commit is contained in:
parent
2d5a7ab37b
commit
18427385bc
@ -18,6 +18,8 @@ init:
|
||||
|
||||
install:
|
||||
- IF EXIST c:\tools\php (SET PHP=0)
|
||||
- IF %PHP%==1 sc config wuauserv start= auto
|
||||
- IF %PHP%==1 net start wuauserv
|
||||
- IF %PHP%==1 cinst -y OpenSSL.Light
|
||||
- IF %PHP%==1 cinst -y php
|
||||
- cd c:\tools\php
|
||||
|
Loading…
Reference in New Issue
Block a user