From 5871ae30ad05d747bb7493750e092bab25014491 Mon Sep 17 00:00:00 2001 From: Javanaut Date: Thu, 9 Apr 2026 01:06:09 +0200 Subject: [PATCH] ffn --- tools/ffx_update.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tools/ffx_update.sh diff --git a/tools/ffx_update.sh b/tools/ffx_update.sh deleted file mode 100644 index 2217c0a..0000000 --- a/tools/ffx_update.sh +++ /dev/null @@ -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