Remove /debootstrap
This commit is contained in:
parent
378a2bdfa7
commit
7ccf8185b3
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ bootstrap(){
|
|||
capsh --drop=cap_setfcap -- "${BOOTSTRAP_CMD}" --components=main,contrib,non-free \
|
||||
--arch armhf \
|
||||
--keyring "${STAGE_DIR}/files/raspberrypi.gpg" \
|
||||
"$1" "$2" "$3" || rmdir "$2/debootstrap"
|
||||
"$1" "$2" "$3" || true
|
||||
rmdir "$2/debootstrap"
|
||||
}
|
||||
export -f bootstrap
|
||||
|
||||
|
|
Loading…
Reference in a new issue