mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-14 10:21:09 +00:00
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:
parent
088334fee9
commit
c1cd4e72f1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user