Merge branch 'master' of github.com:LukeSmithxyz/LARBS into master

This commit is contained in:
Luke Smith 2020-09-06 16:44:20 -04:00
commit 53ab544ed1
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -200,7 +200,7 @@ manualinstall $aurhelper || error "Failed to install AUR helper."
installationloop installationloop
dialog --title "LARBS Installation" --infobox "Finally, installing \`libxft-bgra\` to enable color emoji in suckless software without crashes." 5 70 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 # Install the dotfiles in the user's home directory
putgitrepo "$dotfilesrepo" "/home/$name" "$repobranch" putgitrepo "$dotfilesrepo" "/home/$name" "$repobranch"