mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 00:43:54 +08:00
tools/setup: use OP_ROOT in cd (#22600)
This commit is contained in:
@@ -71,7 +71,7 @@ if ! command -v "pyenv" > /dev/null 2>&1; then
|
||||
fi
|
||||
|
||||
# in the openpilot repo
|
||||
cd $HOME/openpilot
|
||||
cd $OP_ROOT
|
||||
|
||||
source ~/.bashrc
|
||||
if [ -z "$OPENPILOT_ENV" ]; then
|
||||
|
||||
Reference in New Issue
Block a user