befehle aktualisiert
This commit is contained in:
parent
a23934ea3e
commit
de92f82e48
20
befehle.txt
20
befehle.txt
@ -1,6 +1,7 @@
|
|||||||
salt-run winrepo.update_git_repos
|
salt-run winrepo.update_git_repos
|
||||||
salt -G 'os:windows' pkg.refresh_db
|
salt -G 'os:windows' pkg.refresh_db
|
||||||
salt '*' pkg.install 'firefox_x64'
|
|
||||||
|
#salt '*' pkg.install 'firefox_x64'
|
||||||
|
|
||||||
cat /srv/salt/states/pcs.sls
|
cat /srv/salt/states/pcs.sls
|
||||||
firefox_x64:
|
firefox_x64:
|
||||||
@ -8,11 +9,20 @@ firefox_x64:
|
|||||||
- installed
|
- installed
|
||||||
|
|
||||||
salt '*' state.apply pcs
|
salt '*' state.apply pcs
|
||||||
|
salt '*' state.apply
|
||||||
|
|
||||||
|
salt -G 'os:windows' pkg.refresh_db
|
||||||
|
salt '*' pkg.install arduino-ide version=2.3.3
|
||||||
|
|
||||||
|
|
||||||
#noch einbauen
|
#noch einbauen
|
||||||
salt '*' cmd.run 'wmic product where "name like \'%Automate%\'" call uninstall /nointeractive' shell=powershell
|
salt '*' cmd.run 'wmic product where "name like \'%Automate%\'" call uninstall /nointeractive' shell=powershell
|
||||||
salt "*" appx.remove *ZuneMusic*
|
salt "*" appx.remove *ZuneMusic*
|
||||||
|
|
||||||
|
|
||||||
|
# list installed packages
|
||||||
|
salt -G 'os:windows' pkg.list_pkgs
|
||||||
|
|
||||||
|
# list available versions
|
||||||
|
salt win11 pkg.list_available firefox_x64
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user