Don't install old AUR build

This commit is contained in:
tmp-412 2022-07-15 23:19:47 +00:00 committed by GitHub
parent ebab3afdcb
commit 40a9bb30d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -256,11 +256,6 @@ manualinstall yay || error "Failed to install AUR helper."
# and all build dependencies are installed.
installationloop
whiptail --title "LARBS Installation" \
--infobox "Finally, installing \`libxft-bgra\` to enable color emoji in suckless software without crashes." 8 70
pacman -Qs libxft-bgra ||
yes | sudo -u "$name" $aurhelper -S libxft-bgra-git >/dev/null 2>&1
# Install the dotfiles in the user's home directory, but remove .git dir and
# other unnecessary files.
putgitrepo "$dotfilesrepo" "/home/$name" "$repobranch"