feat(admin): expand exchange admin and unify admin UX #19
@@ -23,12 +23,12 @@ fi
|
|||||||
|
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
"${APT_RUNNER[@]}" apt-get update
|
"${APT_RUNNER[@]}" apt-get update >&2
|
||||||
if ! "${APT_RUNNER[@]}" apt-get install -y "${PYTHON_BIN}" "${PYTHON_BIN}-venv"; then
|
if ! "${APT_RUNNER[@]}" apt-get install -y "${PYTHON_BIN}" "${PYTHON_BIN}-venv" >&2; then
|
||||||
"${APT_RUNNER[@]}" apt-get install -y software-properties-common
|
"${APT_RUNNER[@]}" apt-get install -y software-properties-common >&2
|
||||||
"${APT_RUNNER[@]}" add-apt-repository -y ppa:deadsnakes/ppa
|
"${APT_RUNNER[@]}" add-apt-repository -y ppa:deadsnakes/ppa >&2
|
||||||
"${APT_RUNNER[@]}" apt-get update
|
"${APT_RUNNER[@]}" apt-get update >&2
|
||||||
"${APT_RUNNER[@]}" apt-get install -y "${PYTHON_BIN}" "${PYTHON_BIN}-venv"
|
"${APT_RUNNER[@]}" apt-get install -y "${PYTHON_BIN}" "${PYTHON_BIN}-venv" >&2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
command -v "${PYTHON_BIN}"
|
command -v "${PYTHON_BIN}"
|
||||||
|
|||||||
Reference in New Issue
Block a user