commit 98d396f34031d307dfc3b195e894139b79804ba9
parent 73786da04206f7a9686ea1ca5a921c06cda38af7
Author: Luke Smith <luke@lukesmith.xyz>
Date: Fri, 15 Mar 2019 16:34:52 -0400
force
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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"