Skip to content

Instantly share code, notes, and snippets.

View mintbridge's full-sized avatar

Paul Dixon mintbridge

  • MintBridge
  • Newcastle
View GitHub Profile
#!/bin/bash
apt-get update
#Additional Packages
apt-get install -y keyutils unzip php5-ldap php5-mssql zsh
#PHP OCI8 Driver
#Putting the cart before the horse here, but it leaves the only interactive part for the end.
#!/bin/sh
# have submodules been added?
MODS=0
# Github base URL
GITHUB="https://github.com"
# Default branch
DEFAULT_BRANCH="3.0/master"
body { background: #f1f8db; }
#Body {
margin: 15px 0 0;
overflow: visible;
padding: 0 15px;
position: relative;
width: auto;
}