Add shopbot driver and VCarve Pro trial to laptops

This commit is contained in:
Adam Goldsmith 2020-02-03 23:17:28 -05:00
parent a379b597d3
commit b9867b06b0
2 changed files with 18 additions and 0 deletions

16
shopbot.sls Normal file
View File

@ -0,0 +1,16 @@
include:
- chocolatey
shopbot:
chocolatey.installed:
- name: shopbot
- require:
- sls: chocolatey
# TODO: shopbot ini file
vcarve-pro-trial:
chocolatey.installed:
- name: vcarve-pro-trial
- require:
- sls: chocolatey

View File

@ -1,4 +1,6 @@
base: base:
'G@os:Windows and *Laptop*':
- shopbot
# 'TSMS-TWO-DTPC': # 'TSMS-TWO-DTPC':
# - winHiDPI # - winHiDPI
'TSMS-Desktop11': 'TSMS-Desktop11':