Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Applications
mhwd
Commits
1e22cd55
Commit
1e22cd55
authored
Feb 24, 2018
by
Philip Müller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[mhwd-kernel] fix linux-rt display
parent
ef61fa7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
scripts/mhwd-kernel
scripts/mhwd-kernel
+2
-1
No files found.
scripts/mhwd-kernel
View file @
1e22cd55
...
...
@@ -61,7 +61,8 @@ kernel_repo() {
kernel_list
()
{
printf
"
\e
[32mCurrently running:
\e
[0m
$(
uname
-r
)
(
${
current
}
)
\n
"
echo
"The following kernels are installed in your system:"
pacman
-Qqs
"^linux[0-9][0-9]?.*[0-9t]$"
|
while
read
-r
;
do
echo
" *
$REPLY
"
;
done
pacman
-Qqs
"^linux[0-9][0-9]?([0-9])$"
|
while
read
-r
;
do
echo
" *
$REPLY
"
;
done
pacman
-Qqs
"^linux[0-9][0-9]?([0-9])-rt$"
|
while
read
-r
;
do
echo
" *
$REPLY
"
;
done
}
kernel_remove
()
{
...
...
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