Upgrade OKay repository RPM for RHEL8 (#10973)
BastienBalaud committed
Apr 15, 2021 at 14:34 UTC
c6fab1a1fa31d80ac2f3d1cff09bddc93d2272c1
1 file changed
+1
-1
packaging/installer/install-required-packages.sh
+1
-1
@@ -1558,7 +1558,7 @@ validate_tree_centos() {
1558
echo >&2 " > Checking for Okay ..."
1559
if ! rpm -qa | grep okay > /dev/null; then
1560
if prompt "okay not found, shall I install it?"; then
1561
- run ${sudo} yum ${opts} install http://repo.okay.com.mx/centos/8/x86_64/release/okay-release-1-3.el8.noarch.rpm
1561
+ run ${sudo} yum ${opts} install http://repo.okay.com.mx/centos/8/x86_64/release/okay-release-1-5.el8.noarch.rpm
1562
fi
1563
fi
1564