Skip to content

Commit 3c682c8

Browse files
author
tester bester
committed
typo removed
1 parent 6fea8a0 commit 3c682c8

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

.github/workflows/desktop-choco-packages-2025-wf.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,17 @@ jobs:
4545
- name: "look for unusual services"
4646
run: net start
4747
- name: "query unusual services"
48-
run: sc query
48+
run: sc query
49+
4950
- name: "Choco packages - pwsh script"
5051
run: .\scripts\Choco_Packages_Desktop_windows10.ps1
51-
shell: pwsh
52+
shell: pwsh
53+
- name: "list installed choco packages"
54+
run: choco list
55+
shell: pwsh
56+
57+
58+
59+
60+
5261

scripts/Choco_Packages_Desktop_windows10.ps1

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,10 @@ Write-Host "####################################################################
7777
Write-Host "################### compilers #####################"
7878
Write-Host "####################################################################"
7979

80-
choco install --yes --no-progress --virus-check jdk11 `
81-
ruby golang python
8280
choco install --yes --no-progress --virus-check jdk11 `
8381
jre8 ruby golang python
84-
82+
83+
Write-Host "####################################################################"
8584
#Chocolatey v2.3.0
8685
#Invalid argument --local-only. This argument has been removed from the list command and cannot be used.
8786
#choco list --local-only

0 commit comments

Comments
 (0)