summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-08-27 15:31:32 -0400
committerGitHub <noreply@github.com>2020-08-27 15:31:32 -0400
commitced543c80ba3ca6a9a128ee9df0a0295c5baac98 (patch)
tree689742c2446bfb17e04df583014ad59a47742525
parent5ffc31bbc1b063c80a43c60affd8ef2b39e1d14a (diff)
parentff2af5892f64b506064b3bcbd90872482a07c621 (diff)
Merge pull request #280 from szczagi/patch-1
Update larbs.sh
-rw-r--r--larbs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/larbs.sh b/larbs.sh
index 93b2dea..e93796c 100644
--- a/larbs.sh
+++ b/larbs.sh
@@ -213,7 +213,7 @@ ntpdate 0.us.pool.ntp.org >/dev/null 2>&1
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"