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"