This repository has been archived by the owner on Sep 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 87
/
curl.sls
51 lines (51 loc) · 1.69 KB
/
curl.sls
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
curl:
'7.46.0':
full_name: 'cURL'
installer: 'salt://win/repo/curl/curl-7.46.0-win64.msi'
install_flags: '/qn /norestart'
uninstaller: 'salt://win/repo/curl/curl-7.46.0-win64.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
'7.45.0':
full_name: 'cURL'
installer: 'salt://win/repo/curl/curl-7.45.0-win64.msi'
install_flags: '/qn /norestart'
uninstaller: 'salt://win/repo/curl/curl-7.45.0-win64.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
'7.44.0':
full_name: 'cURL'
installer: 'salt://win/repo/curl/curl-7.44.0-win64.msi'
install_flags: '/qn /norestart'
uninstaller: 'salt://win/repo/curl/curl-7.44.0-win64.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
'7.43.0':
full_name: 'cURL'
installer: 'salt://win/repo/curl/curl-7.43.0-win64.msi'
install_flags: '/qn /norestart'
uninstaller: 'salt://win/repo/curl/curl-7.43.0-win64.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
'7.40.0':
full_name: 'cURL'
installer: 'salt://win/repo/curl/curl-7.40.0-win64.msi'
install_flags: '/qn /norestart'
uninstaller: 'salt://win/repo/curl/curl-7.40.0-win64.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
#
# You need to download the win64 msi from website (Captcha protected) and place in your winrepo on master
# http://www.confusedbycode.com/curl/#downloads
# Note: 'curl' is also a standard powershell alias as of at least .NET 4.0 for Invoke-WebRequest,
# so you might not be calling the right 'curl'