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