Skip to content

Instantly share code, notes, and snippets.

View ghaabor's full-sized avatar
🏠
Working from home

Gábor Takács ghaabor

🏠
Working from home
View GitHub Profile
#!/bin/bash
set -euxo pipefail
if [ -x "$(command -v curl)" ]; then
curl -fL https://github.com/bitrise-io/bitrise/releases/download/1.28.0/bitrise-$(uname -s)-$(uname -m) > /usr/local/bin/bitrise
elif [ -x "$(command -v wget)" ]; then
wget -O /usr/local/bin/bitrise https://github.com/bitrise-io/bitrise/releases/download/1.28.0/bitrise-$(uname -s)-$(uname -m)
else
echo "Neither curl nor wget found, exiting..."
exit 1

Keybase proof

I hereby claim:

  • I am ghaabor on github.
  • I am ghaabor (https://keybase.io/ghaabor) on keybase.
  • I have a public key ASCmtQ3UQIUb6jHvRL5_w7vmOvs1gbXx21xIwfODKGvL_wo

To claim this, I am signing this object: