diff --git a/set-hypr b/set-hypr index 34acf7e5..6ed08463 100755 --- a/set-hypr +++ b/set-hypr @@ -186,7 +186,7 @@ fi #### Check for package manager #### if [ ! -f /sbin/yay ]; then - echo -en "$CNT - Configuering yay." + echo -en "$CNT - Configuring yay." git clone https://aur.archlinux.org/yay.git &>> $INSTLOG cd yay makepkg -si --noconfirm &>> ../$INSTLOG & @@ -397,4 +397,4 @@ if [[ $HYP == "Y" || $HYP == "y" ]]; then exec sudo systemctl start sddm &>> $INSTLOG else exit -fi \ No newline at end of file +fi