Fixes in incus
This commit is contained in:
parent
cd11dbd181
commit
c02c64883b
1 changed files with 6 additions and 0 deletions
|
|
@ -32,6 +32,12 @@ run_command() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
if [ $USER=='root' ]; then
|
||||||
|
|
||||||
|
die "Ejecuta este script como usuario normal con acceso a sudo y no root"
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
echo -e "${YELLOW}Instalando Incus"
|
echo -e "${YELLOW}Instalando Incus"
|
||||||
|
|
||||||
# Configuración (puedes modificar estos valores)
|
# Configuración (puedes modificar estos valores)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue