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