We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595b940 commit 0bbc7cbCopy full SHA for 0bbc7cb
test/test-opensuse.sh
@@ -8,7 +8,7 @@ if [ ! -f ${PKG_FILE} ]; then
8
exit 0
9
fi
10
11
-zypper --non-interactive install ${PKG_FILE}
+zypper --non-interactive --no-gpg-checks install ${PKG_FILE}
12
13
# Show rpm info
14
rpm -qi R-${R_VERSION}
0 commit comments