From 3672474ff5c625b0db78c101252c3bf5e5546487 Mon Sep 17 00:00:00 2001 From: Maveno Date: Mon, 18 Nov 2024 07:53:07 +0100 Subject: [PATCH] ff --- tools/ffx_update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/ffx_update.sh b/tools/ffx_update.sh index e10d666..7ab781c 100644 --- a/tools/ffx_update.sh +++ b/tools/ffx_update.sh @@ -2,6 +2,8 @@ . ~/.local/share/ffx.venv/bin/activate pushd ~/.local/src/ffx/ +git checkout main +git pull pip install --editable . popd deactivate