Просмотр исходного кода

- Fix Service Installation

- Fix Autostart
- Add Splash Screen for Pixel
tags/3.0
Manuel83 8 лет назад
Родитель
Сommit
04c92deedb
2 измененных файлов: 6 добавлений и 1 удалений
  1. Двоичные данные
      config/splash.png
  2. +6
    -1
      install.sh

Двоичные данные
config/splash.png Просмотреть файл

До После
Ширина: 1920  |  Высота: 1080  |  Размер: 1.9MB

+ 6
- 1
install.sh Просмотреть файл

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

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
show_menu
;;
@@ -84,7 +89,7 @@ show_menu () {
4)
confirmAnswer "Are you sure you want to remove CraftBeerPi from autostart"
if [ $? = 0 ]; then
sudo rm -f /etc/init.d/craftbeerpiboot
update-rc.d -f craftbeerpiboot remove
show_menu
else
show_menu


Загрузка…
Отмена
Сохранить