commit 53ab544ed169671b3944bbf14092ff16668139e0
parent ade038053e61d19be5fe37a154e4309ab78766a3
Author: Luke Smith <luke@lukesmith.xyz>
Date: Sun, 6 Sep 2020 16:44:20 -0400
Merge branch 'master' of github.com:LukeSmithxyz/LARBS into master
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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"