mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 04:37:09 +00:00
Minor fix
This commit is contained in:
@@ -31,7 +31,7 @@ if isUbuntu18 || isUbuntu20 ; then
|
|||||||
# Update /etc/environment
|
# Update /etc/environment
|
||||||
setEtcEnvironmentVariable "PIPX_BIN_DIR" $PIPX_BIN_DIR
|
setEtcEnvironmentVariable "PIPX_BIN_DIR" $PIPX_BIN_DIR
|
||||||
setEtcEnvironmentVariable "PIPX_HOME" $PIPX_HOME
|
setEtcEnvironmentVariable "PIPX_HOME" $PIPX_HOME
|
||||||
prependEtcEnvironmentPath /opt/pipx_bin
|
prependEtcEnvironmentPath $PIPX_BIN_DIR
|
||||||
|
|
||||||
# Test pipx
|
# Test pipx
|
||||||
if ! command -v pipx; then
|
if ! command -v pipx; then
|
||||||
|
|||||||
Reference in New Issue
Block a user