django-orchestra-test/scripts/services/bind9.sh

10 lines
156 B
Bash
Raw Normal View History

2014-05-08 16:59:35 +00:00
#!/bin/bash
# Installs and confingures bind9 to work with Orchestra
apt-get update
apt-get install bind9
echo "nameserver 127.0.0.1" > /etc/resolv.conf