summaryrefslogtreecommitdiff
path: root/jmPIUS.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jmPIUS.sh')
-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