mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 14:17:22 +00:00
Update installers comments (#6262)
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
################################################################################
|
||||||
|
## File: graalvm.sh
|
||||||
|
## Desc: Installs GraalVM
|
||||||
|
################################################################################
|
||||||
|
|
||||||
source $HELPER_SCRIPTS/install.sh
|
source $HELPER_SCRIPTS/install.sh
|
||||||
source $HELPER_SCRIPTS/etc-environment.sh
|
source $HELPER_SCRIPTS/etc-environment.sh
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
################################################################################
|
||||||
|
## File: r.sh
|
||||||
|
## Desc: Installs R
|
||||||
|
################################################################################
|
||||||
|
|
||||||
# Source the helpers for use with the script
|
# Source the helpers for use with the script
|
||||||
source $HELPER_SCRIPTS/os.sh
|
source $HELPER_SCRIPTS/os.sh
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
################################################################################
|
||||||
|
## File: yq.sh
|
||||||
|
## Desc: Installs YQ
|
||||||
|
################################################################################
|
||||||
|
|
||||||
# Source the helpers for use with the script
|
# Source the helpers for use with the script
|
||||||
source $HELPER_SCRIPTS/install.sh
|
source $HELPER_SCRIPTS/install.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user