Moved something to somewhere... goodnight...

* added help long option

* Add files via upload
This commit is contained in:
René Fuhry
2023-01-21 03:01:48 +01:00
committed by GitHub
parent 84d0e162d1
commit 3143cbae76
3 changed files with 26 additions and 26 deletions

View File

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