Added regex into function

This commit is contained in:
Marcin Woźniak 2021-06-19 16:44:37 +02:00
parent c5310feda6
commit d97ba74dbe
Signed by: y0rune
GPG Key ID: F204C385F57EB348
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ echo
echo -e "Your kernel now is \e[91m$(uname -sr)\e[0m"
echo -e "Your selected kernel is \e[91m$KERVER\e[0m"
sudo eselect kernel set "$KERVER"
sudo eselect kernel list | grep -iE "\*"
echo
}