From 66e6a20ab46b880ee1d9daec789d64c02cf6fdee Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Sun, 20 Aug 2023 16:38:19 +0200 Subject: [PATCH] Update install.sh --- install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install.sh b/install.sh index 17aee7b..60b27cf 100644 --- a/install.sh +++ b/install.sh @@ -46,4 +46,10 @@ EOF' # Reload Nginx configuration sudo systemctl reload nginx +# Change into the open-etc-pool-friends directory +cd open-etc-pool-friends + +# Build the Go application +go build + echo "Installation completed!"