Skip to content

Commit

Permalink
update volunteer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptechgithub committed Aug 28, 2023
1 parent 28e0053 commit f315083
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' -o relay_release relay.go
CGO_ENABLED=0 go build -ldflags '-s -w' -trimpath relay.go

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

0 comments on commit f315083

Please sign in to comment.