From b9867b06b090c45690d6d580d8a00255b93ee07f Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 3 Feb 2020 23:17:28 -0500 Subject: [PATCH] Add shopbot driver and VCarve Pro trial to laptops --- shopbot.sls | 16 ++++++++++++++++ top.sls | 2 ++ 2 files changed, 18 insertions(+) create mode 100644 shopbot.sls diff --git a/shopbot.sls b/shopbot.sls new file mode 100644 index 0000000..2447734 --- /dev/null +++ b/shopbot.sls @@ -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 diff --git a/top.sls b/top.sls index 52f5842..7f87073 100644 --- a/top.sls +++ b/top.sls @@ -1,4 +1,6 @@ base: + 'G@os:Windows and *Laptop*': + - shopbot # 'TSMS-TWO-DTPC': # - winHiDPI 'TSMS-Desktop11':