DomT4 / homebrew-autoupdate

:tropical_drink: An easy, convenient way to automatically update Homebrew.
BSD 2-Clause "Simplified" License
968 stars 54 forks source link

Error running autoupdate after install #129

Closed dango closed 6 months ago

dango commented 6 months ago

just installed autoupdate as it was written in read-me on macbook m1 running sonoma 14.2.1 (23C71)

❯ brew update
Already up-to-date.
❯ brew tap homebrew/autoupdate
==> Tapping homebrew/autoupdate
Cloning into '/opt/homebrew/Library/Taps/homebrew/homebrew-autoupdate'...
remote: Enumerating objects: 1116, done.
remote: Counting objects: 100% (240/240), done.
remote: Compressing objects: 100% (63/63), done.
remote: Total 1116 (delta 193), reused 186 (delta 176), pack-reused 876
Receiving objects: 100% (1116/1116), 333.53 KiB | 1.40 MiB/s, done.
Resolving deltas: 100% (542/542), done.
Tapped 1 command (34 files, 640.8KB).
❯ autoupdate start 43200 --upgrade --cleanup --immediate --sudo
autoupdate: start: No such file or directory at /opt/homebrew/bin/autoupdate line 267.

is there any way I can run it without modifying files bymyself?

dango commented 6 months ago

my mistake, nee to run

❯ brew autoupdate start 43200 --upgrade --cleanup --immediate --sudo