This commit is contained in:
Javanaut
2026-04-09 01:06:32 +02:00
parent 381a62046b
commit 72c735c3ee

View File

@@ -1,9 +0,0 @@
#! /bin/bash
. ~/.local/share/ffx.venv/bin/activate
pushd ~/.local/src/ffx/
git checkout "${1:-main}"
git pull
pip install --editable .
popd
deactivate