Commit d6a6bc5
committed
Address error with hombrew install of rig.
New trust policy for homebrew casks (https://docs.brew.sh/Tap-Trust)
causes rig installation to fail with the following error:
Error: Refusing to load cask r-lib/rig/rig from untrusted tap r-lib/rig.
Run `brew trust --cask r-lib/rig/rig` or `brew trust r-lib/rig` to trust it.
This change in the installation process addresses
the error by directly installing the rig cask without
tapping the repository first, which avoids the trust issue.1 parent 069e241 commit d6a6bc5
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
0 commit comments