added to remove old hyprland package
This commit is contained in:
parent
ac283c0974
commit
b75ff8f111
|
|
@ -42,8 +42,10 @@ install_package() {
|
|||
fi
|
||||
}
|
||||
|
||||
# Hyprland
|
||||
# Removing outdated Hyprland from extra repo to avoid conflict
|
||||
sudo pacman -R hyprland --noconfirm "$1" 2>&1 | tee -a "$LOG"
|
||||
|
||||
# Hyprland
|
||||
printf "${NOTE} Installing Hyprland Packages...\n"
|
||||
for HYPR in "${hypr[@]}"; do
|
||||
install_package "$HYPR" 2>&1 | tee -a "$LOG"
|
||||
|
|
|
|||
Loading…
Reference in New Issue