#!/bin/bash set -e SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" cd "$SCRIPT_DIR/.." echo "=== Installing theme ===" bash install.sh echo "" echo "=== Starting Plymouth daemon (debug mode) ===" echo "Press Ctrl+C to stop" sudo plymouthd --debug --no-daemon --tty=/dev/tty7