Skip to content

Commit

Permalink
Update scripts-testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Oct 11, 2024
1 parent fa00c63 commit 602677f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/scripts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,13 @@ jobs:
if command 1> /dev/null -v 'apt-get'; then sudo apt-get -y -qq install 'mksh' 'yash' 'posh' 1> /dev/null; fi
if command 1> /dev/null -v 'brew'; then brew 1> /dev/null install --quiet 'oils-for-unix' 'mksh' 'yash'; fi
printf '%s\n' '---'
choco install 'busybox' || echo $?
#choco install -h
printf '%s\n' '---'
choco install 'bosh' || echo $?
choco install 'busybox' -y --no-progress || echo $?
printf '%s\n' '---'
choco install 'pbosh' || echo $?
busybox --help || echo $?
printf '%s\n' '---'
pkg install bosh || echo $?
printf '%s\n' '---'
bosh --version || echo $?
ls 'C:\ProgramData\chocolatey\lib\' || echo $?
printf '%s\n' '---'
#
not_already_excuted()
Expand Down

0 comments on commit 602677f

Please sign in to comment.