Install agentbox from the live git repo
This commit is contained in:
parent
7e6272540d
commit
bf92740823
5 changed files with 30 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue