mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
* add missing tests * fix naming and nvm test * fix containers test and bring pwsh test back * remove pwsh test * small fix
10 lines
324 B
Bash
10 lines
324 B
Bash
#!/bin/bash -e
|
|
################################################################################
|
|
## File: rndgenerator.sh
|
|
## Desc: Install random number generator
|
|
################################################################################
|
|
|
|
# Install haveged
|
|
apt-get -y install haveged
|
|
|
|
invoke_tests "Tools" "Haveged" |