Update macx

This commit is contained in:
Laura Hausmann 2023-06-05 03:26:27 +02:00
parent 8c847110d9
commit de3b17914a
Signed by untrusted user: zotan
GPG key ID: D044E84C5BE01605
2 changed files with 6 additions and 1 deletions

View file

@ -58,7 +58,6 @@ brew "glib"
brew "make"
brew "cmake"
brew "ninja"
brew "kicad"
brew "sqlite"
brew "dotnet"
brew "python"
@ -105,6 +104,7 @@ cask "balenaetcher"
cask "monero-wallet"
## development
cask "kicad"
cask "hex-fiend"
cask "jetbrains-toolbox"

View file

@ -3,6 +3,11 @@
clear
echo "macx.sh by ~zotan, bootstrapping system..."
echo
echo "--- Opening sudo session ---"
# From https://gist.github.com/cowboy/3118588
sudo -v
while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null &
echo
echo "--- Installing Rosetta 2 ---"
/usr/sbin/softwareupdate --install-rosetta --agree-to-license