From 98d396f34031d307dfc3b195e894139b79804ba9 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 15 Mar 2019 16:34:52 -0400 Subject: [PATCH] force --- larbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/larbs.sh b/larbs.sh index 39e1723..5564f23 100644 --- a/larbs.sh +++ b/larbs.sh @@ -198,7 +198,7 @@ installationloop # Install the dotfiles in the user's home directory putgitrepo "$dotfilesrepo" "/home/$name" -rm "/home/$name/README.md" "/home/$name/LICENSE" +rm -f "/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"