--one-shot

This commit is contained in:
i.ortega 2020-05-06 12:32:13 +02:00
parent ec74ae1e16
commit 144a269885
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
update_kernel () {
command -v update_kernel &&
emerge -v --update --deep --with-bdeps=y --newuse \
emerge -1v --update --deep --with-bdeps=y --newuse \
sys-kernel/gentoo-sources &&
next_number="$(($(eselect kernel list | wc -l) - 1))" &&