From b86495278d6bf2ed81c1f2fbac706a1a76a3366e Mon Sep 17 00:00:00 2001 From: jstmax! <87650746+jstmaxlol@users.noreply.github.com> Date: Tue, 28 Jan 2025 19:25:43 +0100 Subject: じさつてきです (not really, though bash is fucking あああ) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jmPIUS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jmPIUS.sh') diff --git a/jmPIUS.sh b/jmPIUS.sh index 8e6000f..a6e99e5 100644 --- a/jmPIUS.sh +++ b/jmPIUS.sh @@ -68,7 +68,7 @@ sudo rm -rv ~/.jmtemp/ # # # # # echo -e "\n\n\n\n\n>> >> >> don't forget to quickstart your hyprland cfg with \"mylinuxforwork/hyprland-starter\" << << <<\n" read -p "run hyprland-starter install script? (y/n): " answ -if [ answ = 'y' ]; then +if [ $answ = 'y' ]; then echo -e "\n\n\n> running install script ..\n\n" bash <(curl -s https://raw.githubusercontent.com/mylinuxforwork/hyprland-starter/main/setup.sh) else -- cgit v1.3.1