befehle aktualisiert

This commit is contained in:
Alexander Gabriel 2025-02-24 21:53:49 +01:00
parent a23934ea3e
commit de92f82e48

View File

@ -1,6 +1,7 @@
salt-run winrepo.update_git_repos
salt -G 'os:windows' pkg.refresh_db
salt '*' pkg.install 'firefox_x64'
#salt '*' pkg.install 'firefox_x64'
cat /srv/salt/states/pcs.sls
firefox_x64:
@ -8,11 +9,20 @@ firefox_x64:
- installed
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
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