We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5462b7b commit bf0f627Copy full SHA for bf0f627
1 file changed
tests/w3top-tests.sh
@@ -82,6 +82,12 @@ function install_w3top() {
82
function opensuse_prepare()
83
{
84
# opensuse/tumbleweed, opensuse/leap:15, opensuse/leap:42
85
+ echo '
86
+gpgcheck = off
87
+repo_gpgcheck = off
88
+pkg_gpgcheck = off
89
+' >> /etc/zypp/zypp.conf
90
+
91
zypper -n in -y curl sudo tar gzip || true
92
zypper -n in -y insserv-compat || true
93
sudo --version | head -1
0 commit comments