From 5ebd5ed807c20afcf6d782292f9070cf3f2bb39e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Z=C3=BCrn?= Date: Sat, 5 Apr 2025 18:17:37 +0200 Subject: [PATCH] add sudo for sed --- install_plymouth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_plymouth.sh b/install_plymouth.sh index b2fa13c..67cbb81 100644 --- a/install_plymouth.sh +++ b/install_plymouth.sh @@ -1,5 +1,5 @@ sudo pacman -S plymouth yay -S plymouth-theme-arch-agua -sed -i -e 's/HOOKS=(base/HOOKS=(base plymouth/' /etc/mkinitcpio.conf +sudo sed -i -e 's/HOOKS=(base/HOOKS=(base plymouth/' /etc/mkinitcpio.conf sudo plymouth-set-default-theme -R arch-agua \ No newline at end of file