Enable Autoupdates in Homebrew

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024

Комментарии • 7

  • @JonatanCastro
    @JonatanCastro 6 месяцев назад +12

    umm it's weird but I'm getting "Error: Unknown command: autoupdate" but I do have brew installed
    EDIT: basically if you have a brand new brew installation you first need to:
    1. brew tap homebrew/autoupdate - this will add autoupdate to brew
    2. brew autoupdate start - this will start the service and autoupdate every 24 hours

    • @EasyOSX
      @EasyOSX  6 месяцев назад

      Weird because in my case it was already added without me having to do anything. Maybe it’s because I had already been using Brew for a while

  • @arno3664
    @arno3664 7 дней назад

    How do I setup pinentry-mac?
    1) mkdir -p ~/.gnupg
    2) nano ~/.gnupg/gpg-agent.conf
    3) then paste:
    pinentry-program /opt/homebrew/bin/pinentry-mac
    is this correct or am I missing something?

    • @EasyOSX
      @EasyOSX  7 дней назад

      Did the directions in the video not work or are you trying to do something different?

  • @arm8636
    @arm8636 7 месяцев назад

    how can you change the behavior of autoupdate, like adding --cleanup and --upgrade, without changing the default schedule ? is it not possible to leave the default time untouched (aka every 24h) ?
    also how did you get those "internal commands" that show up as you write , and give you details and expand on the command syntax and their purpose ? is it an addon?

    • @EasyOSX
      @EasyOSX  7 месяцев назад +1

      Well you can just do the command without adding the schedule option. If you leave it out, it should just run whatever options/arguments you set on the default 24 hour period.
      As to the commands, yeah they’re adding through Homebrew. I did 2 videos, one on autosuggest and the other on AutoComplete. I’ve pasted the link for one of them below.
      Setup Autocomplete in your Mac Terminal - zsh-autocomplete
      ruclips.net/video/ZhFFs5ltNDs/видео.html

    • @arm8636
      @arm8636 7 месяцев назад

      @@EasyOSX sweet thanks 👌