Skip to content

Instantly share code, notes, and snippets.

@tientuti
tientuti / bypass
Last active February 8, 2021 10:25
#!/bin/bash
echo "==> Kiem tra brew..."
which brew > /dev/null
if [ $? -ne 0 ]; then
echo "==> Ban da cai brew tren may Mac."
read -p "==> Bam enter de cai Homebrew "
/usr/bin/ruby -e "$(curl -fsSL https://gitlab.com/snippets/1909941/raw)"
fi