summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorszczagi <65159096+szczagi@users.noreply.github.com>2020-08-27 21:14:00 +0200
committerGitHub <noreply@github.com>2020-08-27 21:14:00 +0200
commitff2af5892f64b506064b3bcbd90872482a07c621 (patch)
tree689742c2446bfb17e04df583014ad59a47742525
parent5ffc31bbc1b063c80a43c60affd8ef2b39e1d14a (diff)
Update larbs.sh
change from normal libxft-bgra to libxft-bgra-git due to being outdated and with broken keys
-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"