|
87 | 87 | echo -e "$CWR - Yay was NOT located" |
88 | 88 | read -n1 -rep $'[\e[1;33mACTION\e[0m] - Would you like to install yay (y,n) ' INSTYAY |
89 | 89 | if [[ $INSTYAY == "Y" || $INSTYAY == "y" ]]; then |
90 | | - git clone https://aur.archlinux.org/yay-git.git &>> $INSTLOG |
91 | | - cd yay-git |
| 90 | + git clone https://aur.archlinux.org/yay.git &>> $INSTLOG |
| 91 | + cd yay |
92 | 92 | makepkg -si --noconfirm &>> ../$INSTLOG |
93 | 93 | cd .. |
94 | 94 |
|
@@ -119,14 +119,14 @@ if [[ $INST == "Y" || $INST == "y" ]]; then |
119 | 119 | yay -Suy --noconfirm &>> $INSTLOG |
120 | 120 |
|
121 | 121 | #setup the waybar with a fix - thankyou @Mrt |
122 | | - echo -e "$CNT - Installing Waybar with fix" |
123 | | - yay -S --noconfirm gcc12 &>> $INSTLOG |
124 | | - export CC=gcc-12 CXX=g++-12 |
125 | | - yay -S --noconfirm waybar-hyprland &>> $INSTLOG |
| 122 | + #echo -e "$CNT - Installing Waybar with fix" |
| 123 | + #yay -S --noconfirm gcc12 &>> $INSTLOG |
| 124 | + #export CC=gcc-12 CXX=g++-12 |
| 125 | + #yay -S --noconfirm waybar-hyprland &>> $INSTLOG |
126 | 126 |
|
127 | 127 | #Stage 1 |
128 | 128 | echo -e "\n$CNT - Stage 1 - Installing main components, this may take a while..." |
129 | | - for SOFTWR in hyprland kitty swww swaylock-effects wofi wlogout mako xdg-desktop-portal-hyprland-git swappy grim slurp thunar |
| 129 | + for SOFTWR in hyprland kitty waybar swww swaylock-effects wofi wlogout mako xdg-desktop-portal-hyprland swappy grim slurp thunar |
130 | 130 | do |
131 | 131 | #First lets see if the package is there |
132 | 132 | if yay -Qs $SOFTWR > /dev/null ; then |
@@ -164,7 +164,7 @@ if [[ $INST == "Y" || $INST == "y" ]]; then |
164 | 164 |
|
165 | 165 | #Stage 3 |
166 | 166 | echo -e "\n$CNT - Stage 3 - Installing theme and visual related tools and utilities, this may take a while..." |
167 | | - for SOFTWR in starship ttf-jetbrains-mono-nerd noto-fonts-emoji lxappearance xfce4-settings sddm-git sddm-sugar-candy-git |
| 167 | + for SOFTWR in starship ttf-jetbrains-mono-nerd noto-fonts-emoji lxappearance xfce4-settings sddm-git qt5-svg qt5-quickcontrols2 qt5-graphicaleffects |
168 | 168 | do |
169 | 169 | #First lets see if the package is there |
170 | 170 | if yay -Qs $SOFTWR > /dev/null ; then |
|
0 commit comments