Add dride install script

pull/155/head
Yossi 2017-01-19 19:58:51 +02:00
parent 1806504983
commit 64a14a749f
2 changed files with 5 additions and 0 deletions

5
stage2/03-dride/00-run.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash -e
on_chroot << EOF
bash -c "$(curl -s https://dride.io/code/install.sh)"
EOF