diff options
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 |