mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 12:48:18 +00:00
add missed shebang
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash -e
|
||||||
|
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
apt-get -yq update
|
apt-get -yq update
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash -e
|
||||||
################################################################################
|
################################################################################
|
||||||
## File: repos.sh
|
## File: repos.sh
|
||||||
## Desc: Installs official Microsoft package repos for the distribution
|
## Desc: Installs official Microsoft package repos for the distribution
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash -e
|
||||||
################################################################################
|
################################################################################
|
||||||
## File: etc-environment.sh
|
## File: etc-environment.sh
|
||||||
## Desc: Helper functions for source and modify /etc/environment
|
## Desc: Helper functions for source and modify /etc/environment
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash -e
|
||||||
################################################################################
|
################################################################################
|
||||||
## File: install.sh
|
## File: install.sh
|
||||||
## Desc: Helper functions for installing tools
|
## Desc: Helper functions for installing tools
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash -e
|
||||||
################################################################################
|
################################################################################
|
||||||
## File: install-helpers.sh
|
## File: install-helpers.sh
|
||||||
## Desc: Helper functions for installing tools
|
## Desc: Helper functions for installing tools
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash -e
|
||||||
################################################################################
|
################################################################################
|
||||||
## File: pipx-packages.sh
|
## File: pipx-packages.sh
|
||||||
## Desc: Install tools via pipx
|
## Desc: Install tools via pipx
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash -e -o pipefail
|
||||||
BOOTSTRAP_PATH="$1"
|
BOOTSTRAP_PATH="$1"
|
||||||
ProvisionerPackageUri="$2"
|
ProvisionerPackageUri="$2"
|
||||||
ProvisionerScriptUri="$3"
|
ProvisionerScriptUri="$3"
|
||||||
|
|||||||
Reference in New Issue
Block a user