From 3a3f45b5a15996fdf44ef5dee5d157a77873b240 Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Thu, 19 May 2011 21:04:56 +0200 Subject: cleaned up the script mess README: added README files for the whole directory as well as the subdirs adv_graphgen/* : contains the graphgen files tinc_setup/* : contains the build script and the bootstrap script tinc_multicast/* : contains the multicast script --- hosts/.scripts/tinc_setup/bootstrap.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hosts/.scripts/tinc_setup/bootstrap.sh (limited to 'hosts/.scripts/tinc_setup/bootstrap.sh') diff --git a/hosts/.scripts/tinc_setup/bootstrap.sh b/hosts/.scripts/tinc_setup/bootstrap.sh new file mode 100644 index 00000000..32919e7d --- /dev/null +++ b/hosts/.scripts/tinc_setup/bootstrap.sh @@ -0,0 +1,11 @@ +if [ ! `id -u` -eq "0" ] +then + echo "not root, trying sudo" + exec sudo "$0" "$@" +fi + +mkdir -p /etc/tinc/retiolum/ +git clone git://github.com/miefda/retiolum.git /etc/tinc/retiolum/hosts +cd /etc/tinc/retiolum/hosts/.scripts + +echo "use the build script of your choice from /etc/tinc/retiolum/hosts/.scripts" -- cgit v1.2.3