Skip to content

Commit

Permalink
trying with default dnsmasq version
Browse files Browse the repository at this point in the history
  • Loading branch information
subnetmarco committed May 9, 2015
1 parent 45b42eb commit fb5d6ca
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .travis/setup_dnsmasq.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
#!/bin/bash

source ./versions.sh

DNSMASQ_BASE=dnsmasq-$DNSMASQ_VERSION

curl http://www.thekelleys.org.uk/dnsmasq/$DNSMASQ_BASE.tar.gz | tar xz
cd $DNSMASQ_BASE
make && sudo make install
cd $TRAVIS_BUILD_DIR
rm -rf $DNSMASQ_BASE

# Configuring dnsmasq
sudo apt-get update && sudo apt-get install dnsmasq sudo
echo -e "user=root" | sudo tee /etc/dnsmasq.conf

0 comments on commit fb5d6ca

Please sign in to comment.