Kaynağa Gözat

checking for the existence of the file splash.png

pull/188/head
Wendell Borges 7 yıl önce
ebeveyn
işleme
acd210b47c
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  1. +4
    -1
      install.sh

+ 4
- 1
install.sh Dosyayı Görüntüle

@@ -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;


Yükleniyor…
İptal
Kaydet