From 22afaac00f161eb787642e43cdc15c197e20c00d Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 19 Feb 2019 13:33:34 -0500 Subject: [PATCH] remove readme and license on install --- larbs.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/larbs.sh b/larbs.sh index e626d43..e77f510 100644 --- a/larbs.sh +++ b/larbs.sh @@ -189,7 +189,8 @@ 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" +rm "/home/$name/README.md" "/home/$name/LICENSE" # Install the LARBS Firefox profile in ~/.mozilla/firefox/ putgitrepo "https://github.com/LukeSmithxyz/mozillarbs.git" "/home/$name/.mozilla/firefox"