Skip to content

Instantly share code, notes, and snippets.

@vgrsec
vgrsec / chromium_update.sh
Last active July 10, 2023 03:37 — forked from andrepearce/chromium_update.sh
Auto Update Chromium on OSX
#!/bin/sh -ex
# Chromium update script
# - forked from Superbil/chromium_update.sh
# - forked from andrepearce/chromium_update.sh
# - Updated by vgrsec
# - Updated to use curl from wget due to built in curl support in 13.4
# - Updated to download ARM build
OS=mac_arm
DL_URL=https://download-chromium.appspot.com/dl/${OS}?type=snapshots