Skip to content

Instantly share code, notes, and snippets.

View goobeck's full-sized avatar

beck goobeck

  • GMM GRAMMY PLC
  • bangkok
View GitHub Profile
@goobeck
goobeck / after.sh
Created March 16, 2017 09:21
Homestead Oracle instant client (oci8, pdo_oci)
#!/bin/bash
sudo apt-get update
sudo apt-get install -y alien wget
mkdir downloads
cd downloads
# official oracle instant client http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html
echo 'Downloading oracle instant client basic'