Update setup.sh

pull/33081/head
Maxime Desroches 11 months ago committed by GitHub
parent 3c192cbf88
commit 02e30ac140
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      tools/setup.sh

@ -44,8 +44,8 @@ function git_clone() {
function install_with_op() {
cd $OPENPILOT_ROOT
$OPENPILOT_ROOT/tools/op.sh --install
$OPENPILOT_ROOT/tools/op.sh install
$OPENPILOT_ROOT/tools/op.sh setup
# make op usable right now
alias op="source $OPENPILOT_ROOT/tools/op.sh \"\$@\""

Loading…
Cancel
Save