Browse Source

Update install.sh

master
yuriy0803 2 years ago committed by GitHub
parent
commit
66e6a20ab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      install.sh

6
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!"

Loading…
Cancel
Save