Skip to content

Commit

Permalink
fix no-gpg-checks
Browse files Browse the repository at this point in the history
  • Loading branch information
megamaced committed Apr 2, 2020
1 parent 05d8543 commit 1a6fb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotify-easyrpm
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ fi

f_rpm_install() {
echo "Installing ${V_PKGNAME}-${V_DEB_VER}"
if ! sudo zypper --non-interactive --no-gpg-check in "${V_RPMS_DIR}"/"${V_RPM_ARCH}"/"${V_PKGNAME}"-"${V_DEB_VER}"*"${V_RPM_ARCH}".rpm; then
if ! sudo zypper --non-interactive --no-gpg-checks in "${V_RPMS_DIR}"/"${V_RPM_ARCH}"/"${V_PKGNAME}"-"${V_DEB_VER}"*"${V_RPM_ARCH}".rpm; then
f_error "Failed to install ${V_PKGNAME}-${V_DEB_VER}"
fi
}
Expand Down

0 comments on commit 1a6fb7c

Please sign in to comment.