chore(fish): ask for password at the beginning of update process

This commit is contained in:
Stefan Imhoff
2023-04-28 16:48:37 +02:00
parent 610660dc2f
commit 8a64d7d156

View File

@@ -1,4 +1,5 @@
function update --description "Updating Homebrew, Ruby, Python, Node.js, Neovim, and MacOS"
sudo -v
brew update && brew outdated && brew upgrade && brew cleanup
sudo gem update --system && sudo gem update && gem cleanup all
pip install --upgrade pip