removed unnecessary character

It works with or without it
This commit is contained in:
René Fuhry 2022-12-25 05:29:00 +01:00 committed by GitHub
parent 78d0a8b6a4
commit 84d0e162d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
install:
@echo "==> Installing update v0.4..."
@sudo install -Dm755 update /usr/local/bin/update
@cp update.conf $${HOME}/.config/
@cp update.conf ${HOME}/.config/
@echo "==> Finished."
uninstall:
@echo "==> Uninstalling update v0.4..."
@sudo rm /usr/local/bin/update $${HOME}/.config/update.conf
@sudo rm /usr/local/bin/update ${HOME}/.config/update.conf
@echo "==> Finished."