remove readme and license on install
This commit is contained in:
parent
8893233d8f
commit
22afaac00f
3
larbs.sh
3
larbs.sh
@ -189,7 +189,8 @@ manualinstall $aurhelper || error "Failed to install AUR helper."
|
|||||||
installationloop
|
installationloop
|
||||||
|
|
||||||
# Install the dotfiles in the user's home directory
|
# 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/
|
# Install the LARBS Firefox profile in ~/.mozilla/firefox/
|
||||||
putgitrepo "https://github.com/LukeSmithxyz/mozillarbs.git" "/home/$name/.mozilla/firefox"
|
putgitrepo "https://github.com/LukeSmithxyz/mozillarbs.git" "/home/$name/.mozilla/firefox"
|
||||||
|
Loading…
Reference in New Issue
Block a user