[Setup] Fix platform wrong
This commit is contained in:
2
setup
2
setup
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user