We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26847a9 commit 50df7fdCopy full SHA for 50df7fd
install.sh
@@ -1,3 +1,4 @@
1
+#!/bin/bash
2
# a simple list commmands to set the nsa-plymouth as the default boot splash screen theme
3
# change "nsa-plymouth" to any other custom theme you wish to install
4
# INSTALLATION INSTRUCTIONS:
nsa.plymouth
@@ -4,7 +4,5 @@ Description=An NSA style cool bootsplash
ModuleName=script
5
6
[script]
7
-ImageDir=/lib/plymouth/themes/NSA
8
-ScriptFile=/lib/plymouth/themes/NSA/nsa.script
9
-
10
+ImageDir=/lib/plymouth/themes/nsa-plymouth
+ScriptFile=/lib/plymouth/themes/nsa-plymouth/nsa.script
0 commit comments