updated arch. switched to cava as installation of cava-git keep the installation hang
This commit is contained in:
@@ -55,7 +55,7 @@ yad
|
||||
hypr_package_2=(
|
||||
brightnessctl
|
||||
btop
|
||||
cava-git
|
||||
cava
|
||||
eog
|
||||
gnome-system-monitor
|
||||
mousepad
|
||||
|
||||
@@ -30,7 +30,7 @@ LOG="Install-Logs/install-$(date +%d-%H%M%S)_nvidia.log"
|
||||
# nvidia stuff
|
||||
printf "${YELLOW} Checking for other hyprland packages and remove if any..${RESET}\n"
|
||||
if pacman -Qs hyprland > /dev/null; then
|
||||
printf "${YELLOW} Hyprland detected. uninstalling to install Hyprland-git...${RESET}\n"
|
||||
printf "${YELLOW} Hyprland detected. uninstalling to install Hyprland from official repo...${RESET}\n"
|
||||
for hyprnvi in hyprland-git hyprland-nvidia hyprland-nvidia-git hyprland-nvidia-hidpi-git; do
|
||||
sudo pacman -R --noconfirm "$hyprnvi" 2>/dev/null | tee -a "$LOG" || true
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user