mirror of
https://github.com/zuno/slackpkgplus
synced 2024-12-26 09:58:43 +01:00
Fixed tiny typo
Signed-off-by: Reza Talebi <reza.talebi.73@outlook.com>
This commit is contained in:
parent
b769f82a01
commit
600396fd7c
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ lookkernel() {
|
||||||
/sbin/lilo -v
|
/sbin/lilo -v
|
||||||
fi
|
fi
|
||||||
elif [ -e /boot/grub ]&&[ -x /usr/sbin/grub-install ]; then
|
elif [ -e /boot/grub ]&&[ -x /usr/sbin/grub-install ]; then
|
||||||
echo -e "\nFound grub. Do you want to run now: /sbin/grub-mkconfig -o /boot/grub/grub.cfg ? (Y/n)"
|
echo -e "\nFound grub. Do you want to run now: /usr/sbin/grub-mkconfig -o /boot/grub/grub.cfg ? (Y/n)"
|
||||||
[ ! "$PLUGIN_ZLOOKKERNEL_PROMPT" == "off" ] && answer
|
[ ! "$PLUGIN_ZLOOKKERNEL_PROMPT" == "off" ] && answer
|
||||||
if [ "$ANSWER" != "n" ] && [ "$ANSWER" != "N" ]; then
|
if [ "$ANSWER" != "n" ] && [ "$ANSWER" != "N" ]; then
|
||||||
if ! /usr/sbin/grub-mkconfig -o /boot/grub/grub.cfg ;then
|
if ! /usr/sbin/grub-mkconfig -o /boot/grub/grub.cfg ;then
|
||||||
|
|
Loading…
Reference in a new issue