diff --git a/makefile b/makefile index b210392..eab5ae3 100644 --- a/makefile +++ b/makefile @@ -1,11 +1,10 @@ install: @echo "==> Installing update v0.4..." @sudo install -Dm755 update /usr/local/bin/update - @echo $${HOME} @cp update.conf $${HOME}/.config/ @echo "==> Finished." uninstall: @echo "==> Uninstalling update v0.4..." @sudo rm /usr/local/bin/update $${HOME}/.config/update.conf - @echo "==> Finished." \ No newline at end of file + @echo "==> Finished."