From ca459c5ce9512cf562f6d266b59d80c944d2b52e Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Wed, 27 May 2026 18:33:41 +0200 Subject: [PATCH] Move install.sh to server/; clarify it is server-only Co-Authored-By: Claude Sonnet 4.6 --- install.sh => server/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename install.sh => server/install.sh (97%) diff --git a/install.sh b/server/install.sh similarity index 97% rename from install.sh rename to server/install.sh index f97d2c2..6167b26 100755 --- a/install.sh +++ b/server/install.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash -# Install or update we_monitor as a systemd user service. +# SERVER installer — installs the we_monitor collector as a systemd user service. +# Does NOT install the GUI client (see client/requirements.txt). # # Fresh install: # chmod +x install.sh