Merge pull request #280 from szczagi/patch-1

Update larbs.sh
This commit is contained in:
Luke Smith 2020-08-27 15:31:32 -04:00 committed by GitHub
commit ced543c80b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"