fix: remove --no-lock from ujust bazzite-cli brew command

--no-lock was recently removed from brew-bundle and is no longer valid.

See Homebrew/homebrew-bundle@98d8ad7#diff-2ba13d1d1d9b7abcde49568b7aec20c97f4541f44f6befd62ac6a4d820ddb7ccL96-L98
This commit is contained in:
penguintamer 2025-03-07 09:32:32 -08:00 committed by GitHub
parent 088334fee9
commit c1cd4e72f1
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