6 lines
78 B
Bash
6 lines
78 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
./install.sh
|
||
|
|
||
|
sudo plymouthd --debug --no-daemon --tty=/dev/tty7
|