Manuel83 8 年之前
父節點
當前提交
37d8c7be83
共有 2 個文件被更改,包括 6 次插入1 次删除
  1. 二進制
      config/splash.png
  2. +6
    -1
      install.sh

二進制
config/splash.png 查看文件

Before After
Width: 1920  |  Height: 1080  |  Size: 1.9MB

+ 6
- 1
install.sh 查看文件

@@ -56,6 +56,11 @@ show_menu () {


fi fi


sudo mv ./config/splash.png /usr/share/plymouth/themes/pix/splash.png

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

whiptail --title "Installition Finished" --msgbox "CraftBeerPi installation finished! You must hit OK to continue." 8 78 whiptail --title "Installition Finished" --msgbox "CraftBeerPi installation finished! You must hit OK to continue." 8 78
show_menu show_menu
;; ;;
@@ -84,7 +89,7 @@ show_menu () {
4) 4)
confirmAnswer "Are you sure you want to remove CraftBeerPi from autostart" confirmAnswer "Are you sure you want to remove CraftBeerPi from autostart"
if [ $? = 0 ]; then if [ $? = 0 ]; then
sudo rm -f /etc/init.d/craftbeerpiboot
update-rc.d -f craftbeerpiboot remove
show_menu show_menu
else else
show_menu show_menu


Loading…
取消
儲存