Fix update-grub command on Arch Linux
This commit is contained in:
parent
90d4e38687
commit
09eb7fd981
|
@ -43,6 +43,11 @@ function comprobarAdministrador() {
|
|||
fi
|
||||
}
|
||||
|
||||
# Funcion para actualizar el grub
|
||||
function update-grub() {
|
||||
grub-mkconfig -o /boot/grub/grub.cfg
|
||||
}
|
||||
|
||||
# Funcion para comprobar si existen los ficheros necesarios del grub
|
||||
function comprobarFicheros() {
|
||||
if [ -f ${defaultGrub} ] ; then
|
||||
|
|
|
@ -41,6 +41,11 @@ function comprobarAdministrador() {
|
|||
fi
|
||||
}
|
||||
|
||||
# Funcion para actualizar el grub
|
||||
function update-grub() {
|
||||
grub-mkconfig -o /boot/grub/grub.cfg
|
||||
}
|
||||
|
||||
# Funcion para comprobar si existen los ficheros necesarios del grub
|
||||
function comprobarFicheros() {
|
||||
if [ -f ${defaultGrub} ] ; then
|
||||
|
|
|
@ -43,6 +43,11 @@ function comprobarAdministrador() {
|
|||
fi
|
||||
}
|
||||
|
||||
# Funcion para actualizar el grub
|
||||
function update-grub() {
|
||||
grub-mkconfig -o /boot/grub/grub.cfg
|
||||
}
|
||||
|
||||
# Funcion para comprobar si existen los ficheros necesarios del grub
|
||||
function comprobarFicheros() {
|
||||
if [ -f ${defaultGrub} ] ; then
|
||||
|
|
|
@ -41,6 +41,11 @@ function comprobarAdministrador() {
|
|||
fi
|
||||
}
|
||||
|
||||
# Funcion para actualizar el grub
|
||||
function update-grub() {
|
||||
grub-mkconfig -o /boot/grub/grub.cfg
|
||||
}
|
||||
|
||||
# Funcion para comprobar si existen los ficheros necesarios del grub
|
||||
function comprobarFicheros() {
|
||||
if [ -f ${defaultGrub} ] ; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user