summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Seifried2019-01-21 20:16:50 +0100
committerSteven Seifried2019-01-21 20:16:50 +0100
commit308caa8f4971446cf82dac3afb76388db0db76bd (patch)
tree5063b172192440077061e78678006cf0d3d3af96
parent2ee94be9cb9cbac448e398ccff71a063d2fabb38 (diff)
downloadaur-308caa8f4971446cf82dac3afb76388db0db76bd.tar.gz
Update PKGBUILD
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6bf48334c57c..f3be57cb510c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,9 +13,9 @@ install=
md5sums=('SKIP')
package() {
+ echo -e "\033[31m\033[1m\033[4mYou must had to add plymouth to HOOKS in /etc/mkinitcpio.conf\033[0m"
+ echo -e "\033[31m\033[1m\033[4mFor more Informations see: https://wiki.archlinux.org/index.php/plymouth\033[0m"
cd /usr/share/plymouth/themes/
sudo git clone https://github.com/tuxedocomputers/tuxedo-plymouth-one.git tuxedo-one
sudo plymouth-set-default-theme -R tuxedo-one
- echo -e "\033[31m\033[1m\033[4mYou must had to add plymouth to HOOKS in /etc/mkinitcpio.conf\033[0m"
- echo -e "\033[31m\033[1m\033[4mFor more Informations see: https://wiki.archlinux.org/index.php/plymouth\033[0m"
}