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