Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
79ec016b
Commit
79ec016b
authored
Aug 06, 2024
by
Derek Nola
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow kylin V10 rpm installs
Signed-off-by:
Derek Nola
<
derek.nola@suse.com
>
Co-Authored-By:
ErikJang
<
81848652+erikjang@users.noreply.github.com
>
parent
8ff7d162
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
install.sh
install.sh
+1
-1
install.sh.sha256sum
install.sh.sha256sum
+1
-1
No files found.
install.sh
View file @
79ec016b
...
...
@@ -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
...
...
install.sh.sha256sum
View file @
79ec016b
c
c3c773e19d62e318370b01a8e1f166ed7368e6c493fe3ef21c9327052cb3422
install.sh
c
15d672e6c8e4c2ec418da49202340e9d9824f6556a2509dbfc8a36004ca935a
install.sh
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment