From e150617430c873d77c88214d023229402e0512ac Mon Sep 17 00:00:00 2001 From: Roi Feng <37480123+Rayzggz@users.noreply.github.com> Date: Wed, 19 Feb 2025 22:31:39 -0500 Subject: [PATCH] feat: make reinstall --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 55bff3d..dd7320b 100644 --- a/Makefile +++ b/Makefile @@ -34,3 +34,6 @@ uninstall: sudo systemctl disable server_torii sudo rm -f /etc/systemd/system/server_torii.service sudo systemctl daemon-reload + +reinstall: uninstall install +