1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 14:25:57 +03:00

Change to the command to upgrade wezterm-nightly

Hi,

I encountered an error while trying to upgrade Wezterm to a newer nightly build on MacOS using the previous brew command. The error message was:

“Error: Cask wezterm-nightly exists in multiple taps:
homebrew/cask-versions/wezterm-nightly
wez/wezterm/wezterm-nightly”

To resolve this issue temporarily, I modified the shell script to use the "wez/wezterm/wezterm-nightly" tap. However, I wanted to check if it's preferable to use the "homebrew/cask-versions/wezterm-nightly" tap instead. Please let me know your thoughts on this.

Thanks!
This commit is contained in:
loishi 2023-02-06 11:04:59 +09:00 committed by Wez Furlong
parent 5dff4b1bfb
commit 0bda17d684

View File

@ -39,7 +39,7 @@ $ brew install --cask wez/wezterm/wezterm-nightly
to upgrade to a newer nightly (normal `brew upgrade` will not upgrade it!):
```bash
$ brew upgrade --cask wezterm-nightly --no-quarantine --greedy-latest
$ brew upgrade --cask wez/wezterm/wezterm-nightly --no-quarantine --greedy-latest
```
## MacPorts