3 lines
88 B
Bash
Executable File
3 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
debootstrap --arch="$WDVN_ARCH" "$WDVN_VER_DEBSTRAP" "$1" "$WDVN_URL" |