From 13d84f52ad3524691701567bb02e4939f36ef6a3 Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 18 Jan 2023 06:42:17 -0500 Subject: [PATCH] Update package list Signed-off-by: Tommy --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index aa21fdb..e7bae32 100644 --- a/install.sh +++ b/install.sh @@ -13,7 +13,8 @@ awk 'NR==2 {print "auth sufficient pam_tid.so"} 1' /etc/pam.d/sudo | s /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" brew tap homebrew/autoupdate -brew install --cask android-platform-tools docker github gpg-suite microsoft-auto-update microsoft-edge mullvadvpn parallels raspberry-pi-imager veracrypt visual-studio-code +brew install butane hugo nmap +brew install --cask docker github gpg-suite microsoft-auto-update microsoft-edge parallels protonvpn visual-studio-code # Verify SSH Fingerprints echo "VerifyHostKeyDNS=true" | sudo tee /etc/ssh/ssh_config.d/VerifyHostKeyDNS.conf