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
45c04f35
Commit
45c04f35
authored
Aug 06, 2024
by
Derek Nola
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow Amazon Linux 2023 rpm installs
Signed-off-by:
Derek Nola
<
derek.nola@suse.com
>
Co-Authored-By:
ahmedali6
<
87921765+ahmedali6@users.noreply.github.com
>
parent
3aceb85c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
install.sh
install.sh
+2
-1
install.sh.sha256sum
install.sh.sha256sum
+1
-1
No files found.
install.sh
View file @
45c04f35
...
...
@@ -637,7 +637,8 @@ setup_selinux() {
}
install_selinux_rpm
()
{
if
[
-r
/etc/redhat-release
]
||
[
-r
/etc/centos-release
]
||
[
-r
/etc/oracle-release
]
||
[
-r
/etc/fedora-release
]
||
[
"
${
ID_LIKE
%%[ ]*
}
"
=
"suse"
]
;
then
if
[
-r
/etc/redhat-release
]
||
[
-r
/etc/centos-release
]
||
[
-r
/etc/oracle-release
]
||
[
-r
/etc/fedora-release
]
||
[
-r
/etc/system-release
]
||
[
"
${
ID_LIKE
%%[ ]*
}
"
=
"suse"
]
;
then
repodir
=
/etc/yum.repos.d
if
[
-d
/etc/zypp/repos.d
]
;
then
repodir
=
/etc/zypp/repos.d
...
...
install.sh.sha256sum
View file @
45c04f35
e10b36efb5e7e7692f144582d09f5909a91c5b5996965d643dbe13282befcfc1
install.sh
678e37945882e520533561514c3c1348efd298a3695cd9639934dade96d23c74
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