From 7b2b7ef109b10001b74938930f192ac8525df343 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Mon, 24 Feb 2025 13:37:31 +0100 Subject: [PATCH] Fix: Behebt Dateibenennung. --- Setup/6_Polish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup/6_Polish.sh b/Setup/6_Polish.sh index 1bfe132..ffc50f7 100755 --- a/Setup/6_Polish.sh +++ b/Setup/6_Polish.sh @@ -44,7 +44,7 @@ if command -v flatpak > /dev/null; then fi EOF -sudo chmod +x /etc/profile.d/flatpak_env.sh +sudo chmod +x /etc/profile.d/flatpak.sh # Firefox-Installation echo "🌍 Firefox wird installiert..."