Skip to content

Instantly share code, notes, and snippets.

View tugrulcan's full-sized avatar
🦦

Tuğrul Can tugrulcan

🦦
  • Gothenburg
  • 22:27 (UTC +02:00)
View GitHub Profile
@tugrulcan
tugrulcan / Vagrantfile
Last active May 20, 2017 22:34 — forked from davisford/Vagrantfile
Vagrantfile with postgres
# -*- mode: ruby -*-
# vi: set ft=ruby :
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
VAGRANTFILE_API_VERSION = "2"
$script = <<SCRIPT
echo "-------------------- updating package lists"
apt-get update