diff options
author | Felix Richter <github@syntax-fehler.de> | 2011-05-19 21:04:56 +0200 |
---|---|---|
committer | Felix Richter <github@syntax-fehler.de> | 2011-05-19 21:04:56 +0200 |
commit | 53afb468cd03a5361f9271004d2ec50d07f12dcb (patch) | |
tree | 9f44e0f12b98d269ce19e97b0d6e9be4628b75b9 /retiolum/hosts/.scripts/tinc_setup/bootstrap.sh | |
parent | 1ef074390e7085af3dbfbb2ad3a379b083672949 (diff) |
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
Diffstat (limited to 'retiolum/hosts/.scripts/tinc_setup/bootstrap.sh')
-rw-r--r-- | retiolum/hosts/.scripts/tinc_setup/bootstrap.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/retiolum/hosts/.scripts/tinc_setup/bootstrap.sh b/retiolum/hosts/.scripts/tinc_setup/bootstrap.sh new file mode 100644 index 00000000..32919e7d --- /dev/null +++ b/retiolum/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" |