ソースを参照

checking for the existence of the file splash.png

pull/188/head
Wendell Borges 7年前
コミット
acd210b47c
1個のファイルの変更4行の追加1行の削除
  1. +4
    -1
      install.sh

+ 4
- 1
install.sh ファイルの表示

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


fi 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 sed "s@#DIR#@${PWD}@g" config/craftbeerpiboot > /etc/init.d/craftbeerpiboot
chmod 755 /etc/init.d/craftbeerpiboot; chmod 755 /etc/init.d/craftbeerpiboot;


読み込み中…
キャンセル
保存