summaryrefslogtreecommitdiff
path: root/larbs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'larbs.sh')
-rw-r--r--larbs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/larbs.sh b/larbs.sh
index 3e69316..9f918df 100644
--- a/larbs.sh
+++ b/larbs.sh
@@ -200,7 +200,7 @@ manualinstall $aurhelper || error "Failed to install AUR helper."
installationloop
dialog --title "LARBS Installation" --infobox "Finally, installing \`libxft-bgra\` to enable color emoji in suckless software without crashes." 5 70
-yes | sudo -u "$name" $aurhelper -S libxft-bgra >/dev/null 2>&1
+yes | sudo -u "$name" $aurhelper -S libxft-bgra-git >/dev/null 2>&1
# Install the dotfiles in the user's home directory
putgitrepo "$dotfilesrepo" "/home/$name" "$repobranch"