This commit is contained in:
Luke Smith 2019-02-01 06:34:27 -05:00
parent 97a42e8460
commit f1ea2c979f
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -189,7 +189,7 @@ manualinstall $aurhelper || error "Failed to install AUR helper."
installationloop
# Install the dotfiles in the user's home directory
putgitrepo "$dotfilesrepo" "/home/$name" || error "Programs have installed, but dotfiles failed to deploy."
putgitrepo "$dotfilesrepo" "/home/$name" #|| error "Programs have installed, but dotfiles failed to deploy."
# Install the LARBS Firefox profile in ~/.mozilla/firefox/
putgitrepo "https://github.com/LukeSmithxyz/mozillarbs.git" "/home/$name/.mozilla/firefox"