diff --git a/befehle.txt b/befehle.txt index 0e53ebf..af0c203 100644 --- a/befehle.txt +++ b/befehle.txt @@ -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* \ No newline at end of file +salt "*" appx.remove *ZuneMusic* + + +# list installed packages +salt -G 'os:windows' pkg.list_pkgs + +# list available versions +salt win11 pkg.list_available firefox_x64 + +