Added regex into function

This commit is contained in:
Marcin Woźniak 2021-06-19 16:44:37 +02:00
parent 00b30d1bdf
commit b52c74cacb

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
}