diff options
| author | jstmax! <87650746+jstmaxlol@users.noreply.github.com> | 2025-01-28 19:14:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-28 19:14:16 +0100 |
| commit | 86dbc1d57bb3fed1ef9f7f710d428c2ed4ea6631 (patch) | |
| tree | a7908ae69dcec9c49d574d3376e951d885d2d9d6 | |
| parent | 0ca98890530d7c149834ca7efe18f29121017774 (diff) | |
> sike
| -rw-r--r-- | jmPIUS.sh | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -61,6 +61,11 @@ cd ~ && sudo pacman -S --needed --noconfirm git base-devel && git clone https:// echo -e "\n\n\n> installing yay - end.\n\n" # # # # # # +echo -e "\n\n\n> deleting working dir ..\n\n" +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 @@ -69,4 +74,4 @@ if [ answ = 'y' ]; then else echo -e "~>> ~>> ~>> ~>> do not forget to reboot your system!! <<~ <<~ <<~ <<~" fi -# # # # # # +# # # # # |