Explorar el Código

checking for the existence of the file splash.png

pull/188/head
Wendell Borges hace 7 años
padre
commit
acd210b47c
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      install.sh

+ 4
- 1
install.sh Ver fichero

@@ -57,7 +57,10 @@ show_menu () {

fi

sudo mv ./config/splash.png /usr/share/plymouth/themes/pix/splash.png
# checking for file splash.png
if [ -e /usr/share/plymouth/themes/pix/splash.png ]; then
sudo mv ./config/splash.png /usr/share/plymouth/themes/pix/splash.png
fi

sed "s@#DIR#@${PWD}@g" config/craftbeerpiboot > /etc/init.d/craftbeerpiboot
chmod 755 /etc/init.d/craftbeerpiboot;


Cargando…
Cancelar
Guardar