mirror of https://github.com/k3s-io/k3s
Allow kylin V10 rpm installs
Signed-off-by: Derek Nola <derek.nola@suse.com> Co-Authored-By: ErikJang <81848652+erikjang@users.noreply.github.com>pull/10687/head
parent
8ff7d162cc
commit
79ec016b6d
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
cc3c773e19d62e318370b01a8e1f166ed7368e6c493fe3ef21c9327052cb3422 install.sh
|
||||
c15d672e6c8e4c2ec418da49202340e9d9824f6556a2509dbfc8a36004ca935a install.sh
|
||||
|
|
Loading…
Reference in New Issue