From 00daa51690f41f26c1443bd80d20859c5e99d701 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 2 Jun 2025 21:27:50 +0200 Subject: [PATCH] Fix escaping --- install/hyprlandia.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/hyprlandia.sh b/install/hyprlandia.sh index 835e0b4..1db51f9 100644 --- a/install/hyprlandia.sh +++ b/install/hyprlandia.sh @@ -4,4 +4,4 @@ yay -S --noconfirm --needed \ xdg-desktop-portal-hyprland # Start Hyprland on first session -echo "[[ -z $DISPLAY && $(tty) == /dev/tty1 ]] && exec Hyprland" >~/.bash_profile +echo "[[ -z \$DISPLAY && \$(tty) == /dev/tty1 ]] && exec Hyprland" >~/.bash_profile