Skip to content

Instantly share code, notes, and snippets.

View klauskpm's full-sized avatar
:shipit:
Making weird things useful

Klaus Kazlauskas klauskpm

:shipit:
Making weird things useful
  • Brasil
View GitHub Profile
#! /usr/bin/python
""" PHP install script. Tested with ubuntu 12.10"""
import os
ubuntu_packs = [
"mysql-server",
"mysql-client",
"libxml2-dev",
"libicu-dev",