diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-22 09:12:15 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-22 09:12:15 +0300 |
| commit | bf53b07b887a579b0f0bcceb2b12e319d4e03c14 (patch) | |
| tree | 56fce6f0d5aa6eb6337739b19557a7967677f42b /fish | |
| parent | 168123b53aa2c6b20e049014a7747aabf983a17a (diff) | |
Update
Diffstat (limited to 'fish')
| -rw-r--r-- | fish/conf.d/update.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/conf.d/update.fish b/fish/conf.d/update.fish index 041224c..a340837 100644 --- a/fish/conf.d/update.fish +++ b/fish/conf.d/update.fish @@ -50,7 +50,7 @@ function update::tools # go install github.com/aandrew-me/tgpt/v2@latest & # set -a pids $last_pid - for prog in gitsyncer totalrecall goprecords gos snonux + for prog in gitsyncer totalrecall goprecords gos snonux comicforge echo "Installing/updating $prog from codeberg.org/snonux/$prog/cmd/$prog@latest" go install codeberg.org/snonux/$prog/cmd/$prog@latest end |
