1
0
Fork 0

ALign code

This commit is contained in:
Braiden Vasco 2017-07-09 18:25:41 +00:00
parent f67400fd7a
commit a9e40dad2d

View file

@ -157,12 +157,12 @@ if [ ! -d "$ROOTFS_DIR" ]; then
BOOTSTRAP_CMD='debootstrap'
fi
capsh --drop=cap_setfcap -- -c "$BOOTSTRAP_CMD \
--components=main,contrib,non-free \
--arch armhf \
capsh --drop=cap_setfcap -- -c "$BOOTSTRAP_CMD \
--components=main,contrib,non-free \
--arch armhf \
--keyring $KEYS_DIR/raspbian-archive-keyring.gpg \
jessie \
$ROOTFS_DIR \
jessie \
$ROOTFS_DIR \
http://mirrordirector.raspbian.org/raspbian/" || rmdir "$ROOTFS_DIR/debootstrap/"
fi