/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/docker/alpine/install-packages.sh
14 строк
370 B
Ville Skyttä
fix: variable quoting fixes
22 дек 2022, 09:33
22 дек 2022, 09:33
9ba5831
Код
Авторство
О чём код?
#!/bin/bash set -xeuo pipefail cd "${TMPDIR:-/tmp}" apk upgrade # Nothing much here, at least yet. Useful this way already in order to # test some very base executables, as well as ones that come from # busybox. Don't lose that if adding stuff here! # An arbitrary package containing an init script or the like for # testing service completion. apk add nginx-openrc