Skip to content

Instantly share code, notes, and snippets.

View kmuthukk's full-sized avatar

Kannan Muthukkaruppan kmuthukk

View GitHub Profile
@jameshartig
jameshartig / run.sh
Last active October 22, 2019 17:30
Repo for yugabyte/yugabyte-db #2616
#!/bin/bash
set -e
yum install -y wget
mkdir -p /opt/misc
pushd /opt/misc
wget https://downloads.yugabyte.com/yugabyte-2.0.1.0-linux.tar.gz
tar xf yugabyte-2.0.1.0-linux.tar.gz