make sure it uses the scripts own function for fetching profiles

This commit is contained in:
Dan Johansen 2021-01-24 19:15:39 +01:00
parent a564c66e5e
commit 178528eef5
No known key found for this signature in database
GPG Key ID: 084A7FC0035B1D49
1 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ show_elapsed_time(){
msg "Time %s: %s minutes..." "$1" "$(elapsed_time $2)" msg "Time %s: %s minutes..." "$1" "$(elapsed_time $2)"
} }
getarmprofiles () { installer_getarmprofiles () {
info "Getting package lists ready for $DEVICE $EDITION edition..." info "Getting package lists ready for $DEVICE $EDITION edition..."
if [ -d "$TMPDIR/arm-profiles/" ]; if [ -d "$TMPDIR/arm-profiles/" ];
@ -621,7 +621,7 @@ esac
# get the profiles # get the profiles
getarmprofiles installer_getarmprofiles
#Package lists #Package lists
PKG_DEVICE=$(grep "^[^#;]" $TMPDIR/arm-profiles/devices/$DEVICE | awk '{print $1}') PKG_DEVICE=$(grep "^[^#;]" $TMPDIR/arm-profiles/devices/$DEVICE | awk '{print $1}')