From 34aad0958979983d89804800798c203530a7d8c0 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Wed, 26 Mar 2025 14:51:57 +0100 Subject: [PATCH] =?UTF-8?q?Fix:=20F=C3=BChrt=20yay=20nicht=20als=20root=20?= =?UTF-8?q?aus.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 5_Polish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5_Polish.sh b/5_Polish.sh index bca74ea..b6b825b 100755 --- a/5_Polish.sh +++ b/5_Polish.sh @@ -50,7 +50,7 @@ if [[ "$answer" == "j" ]] || [[ "$answer" == "y" ]]; then fi echo "🌍 Waterfox wird installiert..." - sudo yay -S --noconfirm waterfox + yay -S --noconfirm waterfox echo "✅ Waterfox wurde installiert!"