From fa85b95c593c033379f4579f7b3b7fbebba183f6 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 26 May 2011 21:56:46 +0200 Subject: Remove cruft --- retiolum/hosts/.scripts/tinc_setup/build_debian.sh | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100755 retiolum/hosts/.scripts/tinc_setup/build_debian.sh (limited to 'retiolum/hosts/.scripts/tinc_setup/build_debian.sh') diff --git a/retiolum/hosts/.scripts/tinc_setup/build_debian.sh b/retiolum/hosts/.scripts/tinc_setup/build_debian.sh deleted file mode 100755 index 52e61390..00000000 --- a/retiolum/hosts/.scripts/tinc_setup/build_debian.sh +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/bash -set -x -if [ ! "$MYIP" ] -then - MYIP=10.0.7.7.55 -fi -if [ ! "$MYHOSTNAME" ] -then - MYHOSTNAME="penis" -fi - -if [ "$MYHOSTNAME" = "penis" ]; -then - read -n1 -p "name is penis, are u sure? [yN]" - if [[ "$REPLY" != [yY] ]] - then - echo "then better RTFC" - echo "bailing out" - exit 0 - fi -fi -apt-get install tinc git curl python - -./install.sh "$MYHOSTNAME" "$MYIP" - -# for autostart -sed -i '/retiolum/d' /etc/tinc/nets.boot -echo "retiolum" >> /etc/tinc/nets.boot -sed -i '/EXTRA/d' /etc/tinc/nets.boot -echo "EXTRA=\"\"" >> /etc/default/tinc - -/etc/init.d/tinc start -- cgit v1.2.3