diff options
| author | jstmax! <87650746+jstmaxlol@users.noreply.github.com> | 2025-01-28 19:25:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-28 19:25:43 +0100 |
| commit | b86495278d6bf2ed81c1f2fbac706a1a76a3366e (patch) | |
| tree | 18e19206db07bbd5538cd3a3eb231cec4f709943 | |
| parent | 7c72301164db1d3776d00f8dbd34b52ee21250ed (diff) | |
じさつてきです (not really, though bash is fucking あああ)
| -rw-r--r-- | jmPIUS.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |