We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c15f162 commit 5462b7bCopy full SHA for 5462b7b
1 file changed
tests/w3top-tests.sh
@@ -82,8 +82,9 @@ function install_w3top() {
82
function opensuse_prepare()
83
{
84
# opensuse/tumbleweed, opensuse/leap:15, opensuse/leap:42
85
- zypper -n in -y curl sudo tar gzip
+ zypper -n in -y curl sudo tar gzip || true
86
zypper -n in -y insserv-compat || true
87
+ sudo --version | head -1
88
}
89
90
function alpine_prepare() {
0 commit comments