Skip to content

Commit

Permalink
change volunteer.sh realy.go in build section to *.go
Browse files Browse the repository at this point in the history
  • Loading branch information
uoosef committed Aug 29, 2023
1 parent f2db13a commit ae43805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volunteer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if [[ $option == "1" ]]; then
cd /opt || exit 1
sudo git clone https://github.com/uoosef/cf-bepass.git
cd cf-bepass || exit 1
CGO_ENABLED=0 go build -ldflags '-s -w' -trimpath relay.go
CGO_ENABLED=0 go build -ldflags '-s -w' -trimpath *.go

# Step 2: Create a systemd service for Bepass
cat > /etc/systemd/system/cfb.service <<EOL
Expand Down

0 comments on commit ae43805

Please sign in to comment.