From c9a89cf545b7d4a28602768bff05dfb281c17bb6 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Fri, 17 Oct 2025 09:54:16 +0200 Subject: [PATCH] [Setup] Fix platform wrong --- setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup b/setup index 1454aaf..371fa54 100755 --- a/setup +++ b/setup @@ -59,7 +59,7 @@ fi hyprmode="" if [[ -f ~/.config/hyprmode ]]; then echo "Hyprmode config already specified, skipping" - platform=$(cat ~/.config/hyprmode) + hyprmode=$(cat ~/.config/hyprmode) else read -p "Would you like to use Hyprmode? (Y/n) " hyprmode fi