summaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorEUcancER <root@euer.krebsco.de>2012-12-27 19:05:55 +0100
committerEUcancER <root@euer.krebsco.de>2012-12-27 19:05:55 +0100
commitb298094174d3e06045c98bff441206a806896cfb (patch)
tree9b481e3fdcbf3cedc95afce0274fbcb16b1ee0d2 /boot
parent4f65aa181baf840574ccc6157abdec2fed3c3c44 (diff)
fix new installer, tested with debian install
Diffstat (limited to 'boot')
l---------[-rw-r--r--]boot/painload.sh12
1 files changed, 1 insertions, 11 deletions
diff --git a/boot/painload.sh b/boot/painload.sh
index 32919e7d..1ee91d92 100644..120000
--- a/boot/painload.sh
+++ b/boot/painload.sh
@@ -1,11 +1 @@
-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"
+../infest/bootstrap.sh \ No newline at end of file