Skip to content

Commit

Permalink
Issue with installing hyprland-nvidia on exsiting
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDoesTech committed May 14, 2023
1 parent 58cd0dc commit 49cac0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions set-hypr
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,10 @@ if [[ $INST == "Y" || $INST == "y" ]]; then
# Install the correct hyprland version
echo -e "$CNT - Installing Hyprland, this may take a while..."
if [[ "$ISNVIDIA" == true ]]; then
#check for hyprland and remove it so the -nvidia package can be installed
if yay -Q hyprland &>> /dev/null ; then
yay -R --noconfirm hyprland &>> $INSTLOG &
fi
install_software hyprland-nvidia
else
install_software hyprland
Expand Down

0 comments on commit 49cac0b

Please sign in to comment.