[Setup] Fix platform wrong

This commit is contained in:
2025-10-17 09:54:16 +02:00
parent 7ba9a65f19
commit c9a89cf545

2
setup
View File

@@ -59,7 +59,7 @@ fi
hyprmode="" hyprmode=""
if [[ -f ~/.config/hyprmode ]]; then if [[ -f ~/.config/hyprmode ]]; then
echo "Hyprmode config already specified, skipping" echo "Hyprmode config already specified, skipping"
platform=$(cat ~/.config/hyprmode) hyprmode=$(cat ~/.config/hyprmode)
else else
read -p "Would you like to use Hyprmode? (Y/n) " hyprmode read -p "Would you like to use Hyprmode? (Y/n) " hyprmode
fi fi