Merge pull request #2346 from penguintamer/patch-2

fix: remove --no-lock from ujust bazzite-cli brew command
This commit is contained in:
Kyle Gospodnetich 2025-03-10 21:17:18 -07:00 committed by GitHub
commit c243df70e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -333,7 +333,7 @@ bazzite-cli:
# Brew Bundle Install
function brew-bundle(){
echo 'Installing bling from Homebrew 🍻🍻🍻'
brew bundle --file /usr/share/ublue-os/homebrew/bazzite-cli.Brewfile --no-lock
brew bundle --file /usr/share/ublue-os/homebrew/bazzite-cli.Brewfile
}
# Check if bling is already sourced