6 lines
91 B
Bash
6 lines
91 B
Bash
|
#!/bin/bash -e
|
||
|
|
||
|
on_chroot << EOF
|
||
|
bash -c "$(curl -s https://dride.io/code/install.sh)"
|
||
|
EOF
|