Skip to content

Commit

Permalink
Update install.sh - macOS paths
Browse files Browse the repository at this point in the history
  • Loading branch information
robertglonek committed Nov 23, 2023
1 parent 7bca7b7 commit 47f1500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/macos-pkg/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ chmod 755 /Library/aerolab/*
rm -f /usr/local/bin/aerolab || echo "first_install"
rm -f /usr/bin/aerolab || echo "first_install"
ln -s /Library/aerolab/${BIN} /usr/local/bin/aerolab
ln -s /Library/aerolab/${BIN} /usr/bin/aerolab || echo "usr-bin not allowed"

mkdir -p /etc/paths.d || echo "path install will fail"
echo "/usr/local/bin" |tee /etc/paths.d/aerolab || echo "path install failed"

0 comments on commit 47f1500

Please sign in to comment.