diff options
author | Lassulus <lassulus@googlemail.com> | 2012-12-27 22:46:35 +0100 |
---|---|---|
committer | Lassulus <lassulus@googlemail.com> | 2012-12-27 22:46:35 +0100 |
commit | 1fcbb7ddbdaa598c9efee2d33f759b17d90762ca (patch) | |
tree | 14748f414968d52b381e743963babfdf0df5ee72 /boot/painload.sh | |
parent | 40d9d06aeb49c900aec886b0249596817ac828e4 (diff) | |
parent | b298094174d3e06045c98bff441206a806896cfb (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'boot/painload.sh')
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 |