Skip to content

Instantly share code, notes, and snippets.

View dpeek's full-sized avatar

David Peek dpeek

View GitHub Profile
@balupton
balupton / kr
Created December 17, 2020 07:23
Krypton work macOS 11.1
#!/bin/bash
VERSION=2.4.13
install_darwin() {
command -v brew &>/dev/null && test "$1" = "brew"
if [ "$?" != "0" ]; then
say Installing Krypton...
install_darwin_manual
else