diff options
| author | jstmax! <87650746+jstmaxlol@users.noreply.github.com> | 2025-01-28 18:53:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-28 18:53:38 +0100 |
| commit | b747570336f1ee8dd5ebad071ba7f89bc9ed3904 (patch) | |
| tree | 18ac27e2746f2d8c30780323df140dfc102e4297 | |
| parent | 9db08c9145499468f63aa3fb5301fc8fddbeb38b (diff) | |
>> >> >> >> >>
| -rw-r--r-- | jmPIUS.sh | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -30,8 +30,7 @@ cd ~/.jmtemp/ echo -e "\n\n\n> cding (moving) to working dir ..\n\n" ### install pacman packages -sudo wget -P ~/.jmtemp/ https://github.com/jstmaxlol/jstmaxlol/raw/refs/heads/main/towget/jm_pkgs_list.txt -grep -v '^#' ~/.jmtemp/jm_pkgs_list.txt | tr -d '\r' | xargs sudo pacman -Syu --noconfirm +sudo pacman -Syu --noconfirm base-devel cowsay figlet lolcat curl ffmpeg fastfetch fish vim gcc gnu-free-fonts ttf-ubuntu-font-family gnupg grep noto-fonts openssh tar echo -e "\n\n\n> installing pacman packages ..\n\n" #### @@ -61,6 +60,10 @@ echo -e "\n\n\n> installing yay - start..\n\n" cd ~ && sudo pacman -S --needed --noconfirm git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si echo -e "\n\n\n> installing yay - end.\n\n" +# # # # # # +echo -e "\n\n\n\n\n>> >> >> don't forget to quickstart your hyprland cfg with \"mylinuxforwork/hyprland-starter\" << << <<\n\n\n\n" +# # # # # # + ########### final bye bye message and notif :3 echo "[n!a] dO nOT fORGET tO rEBOOT yOUR sYSTEM!!!!!!!!!!!" ###### 1 echo "[n!aa] dO nOT fORGET tO rEBOOT yOUR sYSTEM!!!!!!!!!!!" ##### 2 |