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
acb71ee3
Commit
acb71ee3
authored
Aug 06, 2024
by
Derek Nola
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow Amazon Linux 2 rpm installs
Signed-off-by:
Derek Nola
<
derek.nola@suse.com
>
parent
79ec016b
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 @
acb71ee3
...
...
@@ -583,7 +583,7 @@ setup_selinux() {
rpm_target
=
coreos
rpm_site_infix
=
coreos
package_installer
=
rpm-ostree
elif
[
"
${
VERSION_ID
%%.*
}
"
=
"7"
]
;
then
elif
[
"
${
VERSION_ID
%%.*
}
"
=
"7"
]
||
(
[
"
${
ID
:-}
"
=
amzn
]
&&
[
"
${
VERSION_ID
%%.*
}
"
=
"2"
]
)
;
then
rpm_target
=
el7
rpm_site_infix
=
centos/7
package_installer
=
yum
...
...
install.sh.sha256sum
View file @
acb71ee3
c15d672e6c8e4c2ec418da49202340e9d9824f6556a2509dbfc8a36004ca935a
install.sh
10adf00df73b55e10b0e17dbf423f3b2707b8540c90cfa8b07c34f9688c23a30
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