3 lines
79 B
Plaintext
3 lines
79 B
Plaintext
|
#!/bin/bash
|
||
|
set -e
|
||
|
debootstrap --arch="$WDVN_ARCH" "$WDVN_VER" "$1" "$WDVN_URL"
|