delete funding when installed
This commit is contained in:
parent
2c26e4dc26
commit
654114f88a
2
larbs.sh
2
larbs.sh
@ -223,7 +223,7 @@ yes | sudo -u "$name" $aurhelper -S libxft-bgra >/dev/null 2>&1
|
||||
|
||||
# Install the dotfiles in the user's home directory
|
||||
putgitrepo "$dotfilesrepo" "/home/$name" "$repobranch"
|
||||
rm -f "/home/$name/README.md" "/home/$name/LICENSE"
|
||||
rm -f "/home/$name/README.md" "/home/$name/LICENSE" "/home/$name/FUNDING.yml"
|
||||
# make git ignore deleted LICENSE & README.md files
|
||||
git update-index --assume-unchanged "/home/$name/README.md"
|
||||
git update-index --assume-unchanged "/home/$name/LICENSE"
|
||||
|
Loading…
Reference in New Issue
Block a user