Install agentbox from the live git repo

This commit is contained in:
Ohad Livne 2026-01-12 21:58:27 +02:00
parent 7e6272540d
commit bf92740823
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
5 changed files with 30 additions and 18 deletions

View file

@ -23,9 +23,9 @@ uv_update() {
uv tool upgrade --all
}
git_sync_update() {
echo Updating git-sync...
resync-git-sync
live_git_repo_update() {
echo Updating packages installed directly via git repos...
resync-live-git-repo-packages
}
podman_update() {
@ -41,5 +41,5 @@ emacs_update
uv_update
cargo_update
ghup
git_sync_update
live_git_repo_update
podman_update