From c4becc5cd46c76e6ac8db03405817d9971f583c4 Mon Sep 17 00:00:00 2001 From: Dan Johansen Date: Tue, 28 Apr 2020 12:52:18 +0200 Subject: [PATCH] change package installation order --- manjaro-arm-installer | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manjaro-arm-installer b/manjaro-arm-installer index fb2ee93..ec3f1cd 100755 --- a/manjaro-arm-installer +++ b/manjaro-arm-installer @@ -1,7 +1,7 @@ #! /bin/bash # ***************************** -# Version 1.2.16 +# Version 1.2.17 # ***************************** # Set globals @@ -41,7 +41,7 @@ if [ "$EUID" -ne 0 ]; then fi # Sanity checks for dependencies -declare -a DEPENDNECIES=("git" "parted" "systemd-nspawn" "wget" "dialog" "bsdtar" "openssl" "awk") +declare -a DEPENDNECIES=("git" "parted" "systemd-nspawn" "wget" "dialog" "bsdtar" "openssl" "awk" "mkfs.vfat") for i in "${DEPENDNECIES[@]}"; do if ! [[ -f "/bin/$i" || -f "/sbin/$i" || -f "/usr/bin/$i" || -f "/usr/sbin/$i" ]] ; then @@ -134,7 +134,7 @@ create_install() { mkdir -p $TMPDIR/pkg-cache mount -o bind $TMPDIR/pkg-cache $TMPDIR/root/var/cache/pacman/pkg # Install device and editions specific packages - $NSPAWN $TMPDIR/root pacman -Syyu base manjaro-system manjaro-release systemd systemd-libs $PKG_DEVICE $PKG_EDITION --noconfirm + $NSPAWN $TMPDIR/root pacman -Syyu base manjaro-system manjaro-release systemd systemd-libs $PKG_EDITION $PKG_DEVICE --noconfirm info "Enabling services..." # Enable services