We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8717f70 commit bf03349Copy full SHA for bf03349
modules/brew/brew.sh
@@ -111,7 +111,7 @@ if [[ "${DIRECT_PULL}" == true ]]; then
111
rm -rf /home/linuxbrew/.linuxbrew
112
else
113
# Download pre-packaged Brew from uBlue repo
114
- assets_urls=$(curl -fLsS --retry 5 'https://api.github.com/repos/ublue-os/packages/releases' |
+ asset_urls=$(curl -fLsS --retry 5 'https://api.github.com/repos/ublue-os/packages/releases' |
115
jq -cr '[.[] | .assets[]]
116
| map({(.name): .browser_download_url})
117
| add')
0 commit comments