Skip to content

Commit

Permalink
Add carbon to path during unix installs
Browse files Browse the repository at this point in the history
  • Loading branch information
camdencheek committed Jul 14, 2020
1 parent c1bed9f commit 24a9ac2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/unix-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ install_package()

info "Setting permissions..."
chmod +x "$agent_binary"
ln -s "$agent_binary" "/usr/local/bin/$BINARY_NAME"
succeeded

success "Carbon installation complete!"
Expand Down

0 comments on commit 24a9ac2

Please sign in to comment.