summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjstmax! <87650746+jstmaxlol@users.noreply.github.com>2025-01-28 19:25:43 +0100
committerGitHub <noreply@github.com>2025-01-28 19:25:43 +0100
commitb86495278d6bf2ed81c1f2fbac706a1a76a3366e (patch)
tree18e19206db07bbd5538cd3a3eb231cec4f709943
parent7c72301164db1d3776d00f8dbd34b52ee21250ed (diff)
じさつてきです (not really, though bash is fucking あああ)
-rw-r--r--jmPIUS.sh2
1 files changed, 1 insertions, 1 deletions
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