From 178528eef52e73bfeac96e6460a716631f8f0913 Mon Sep 17 00:00:00 2001 From: Dan Johansen Date: Sun, 24 Jan 2021 19:15:39 +0100 Subject: [PATCH] make sure it uses the scripts own function for fetching profiles --- manjaro-arm-installer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manjaro-arm-installer b/manjaro-arm-installer index 9817a70..5ff7a3b 100755 --- a/manjaro-arm-installer +++ b/manjaro-arm-installer @@ -101,7 +101,7 @@ show_elapsed_time(){ msg "Time %s: %s minutes..." "$1" "$(elapsed_time $2)" } -getarmprofiles () { +installer_getarmprofiles () { info "Getting package lists ready for $DEVICE $EDITION edition..." if [ -d "$TMPDIR/arm-profiles/" ]; @@ -621,7 +621,7 @@ esac # get the profiles -getarmprofiles +installer_getarmprofiles #Package lists PKG_DEVICE=$(grep "^[^#;]" $TMPDIR/arm-profiles/devices/$DEVICE | awk '{print $1}')