Skip to content

Commit

Permalink
Allow kylin V10 rpm installs
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <derek.nola@suse.com>
Co-Authored-By: ErikJang <81848652+erikjang@users.noreply.github.com>
  • Loading branch information
dereknola and ErikJang committed Aug 6, 2024
1 parent 3a52889 commit 72244fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ setup_selinux() {
rpm_target=el7
rpm_site_infix=centos/7
package_installer=yum
elif [ "${VERSION_ID%%.*}" = "8" ] || [ "${VERSION_ID%%.*}" -gt "36" ]; then
elif [ "${VERSION_ID%%.*}" = "8" ] || [ "${VERSION_ID%%.*}" = "V10" ] || [ "${VERSION_ID%%.*}" -gt "36" ]; then
rpm_target=el8
rpm_site_infix=centos/8
package_installer=yum
Expand Down
2 changes: 1 addition & 1 deletion install.sh.sha256sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d02db94d31ff3678d9317522aaea3a58b3c1abf4057bc2e47ba85b79324dee65 install.sh
64fcaa54f45f829ca3e4f4bb5cc8b42542c327bf194121439d45b436af1e456f install.sh

0 comments on commit 72244fd

Please sign in to comment.