From a9e40dad2df261166fe3b60643dcf5e95afbf806 Mon Sep 17 00:00:00 2001 From: Braiden Vasco Date: Sun, 9 Jul 2017 18:25:41 +0000 Subject: [PATCH] ALign code --- build.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sh b/build.sh index b203c1c..f4daf9a 100755 --- a/build.sh +++ b/build.sh @@ -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