forked from saltstack/salt-winrepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
clink_x86.sls
29 lines (29 loc) · 995 Bytes
/
clink_x86.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
clink_x86:
'0.4.7':
full_name: 'Clink v0.4.7'
installer: 'https://github.com/mridgers/clink/releases/download/0.4.7/clink_0.4.7_setup.exe'
install_flags: '/S'
uninstaller: '%Program Files%\clink\0.4.7\clink_uninstall_0.4.7.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False
'0.4.6':
full_name: 'Clink v0.4.6'
installer: 'https://github.com/mridgers/clink/releases/download/0.4.6/clink_0.4.6_setup.exe'
install_flags: '/S'
uninstaller: '%Program Files%\clink\0.4.6\clink_uninstall_0.4.6.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False
'0.4.4':
full_name: 'Clink v0.4.4'
installer: 'https://github.com/mridgers/clink/releases/download/0.4.4/clink_0.4.4_setup.exe'
install_flags: '/S'
uninstaller: '%Program Files%\clink\0.4.4\clink_uninstall_0.4.4.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False
# https://mridgers.github.io/clink/