diff options
author | euer <root@euer.krebsco.de> | 2012-12-28 00:36:32 +0100 |
---|---|---|
committer | euer <root@euer.krebsco.de> | 2012-12-28 00:36:32 +0100 |
commit | b684671e4e5d729c423e43ea9333aec5012b28f4 (patch) | |
tree | 046f04f837e94c9ae846926f8920252bd582c9f8 /boot | |
parent | 08f2f080155387e436d3dc25d8a235a79a54ad69 (diff) | |
parent | d1c0f2ea597d4f043d9c4e7134c7a8f6bcbe9260 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'boot')
l---------[-rw-r--r--] | boot/painload.sh | 12 |
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 |