Update setup.sh

old-commit-hash: 02e30ac140
This commit is contained in:
Maxime Desroches 2024-07-25 16:59:42 -07:00 committed by GitHub
parent 5ca7e0bc30
commit a7ea42c4ea
1 changed files with 1 additions and 1 deletions

View File

@ -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 \"\$@\""