aboutsummaryrefslogblamecommitdiff
path: root/.cirrus-ci/pkg-install.sh
blob: ef83e528407898df729733995e34e29a108b7887 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                             
#!/bin/sh
set -e

pkg install -y "$@" && exit 0

cat <<EOF
pkg install failed

dmesg tail:
$(dmesg | tail)

trying again
EOF

pkg install -y "$@"