summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-09-06 16:44:20 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-09-06 16:44:20 -0400
commit53ab544ed169671b3944bbf14092ff16668139e0 (patch)
treea7d86d53beee3bf5b3386a16d97d51a6e6968bf4
parentade038053e61d19be5fe37a154e4309ab78766a3 (diff)
parentced543c80ba3ca6a9a128ee9df0a0295c5baac98 (diff)
Merge branch 'master' of github.com:LukeSmithxyz/LARBS into master
-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"