Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
1000xsh authored and helius-kurt committed Aug 13, 2024
1 parent 3ce478d commit 894d15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if ! command_exists cargo; then
exit 1
fi

//install rust nightly and bpf linker
# Install rust nightly and bpf linker
echo "Installing Rust nightly and BPF linker..."
rustup toolchain install nightly --component rust-src
cargo install bpf-linker
Expand Down

0 comments on commit 894d15d

Please sign in to comment.