Better wording

This commit is contained in:
Igor Pečovnik 2019-09-05 17:21:40 +02:00 committed by GitHub
parent 7d4261213f
commit 09402b263d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -172,7 +172,7 @@ create_sources_list()
echo "deb http://apt.armbian.com $RELEASE main ${RELEASE}-utils ${RELEASE}-desktop" > $SDCARD/etc/apt/sources.list.d/armbian.list
fi
display_alert "Add armbian repository and install key" "/etc/apt/sources.list.d/armbian.list" "info"
display_alert "Adding Armbian repository and authentication key" "/etc/apt/sources.list.d/armbian.list" "info"
cp $SRC/config/armbian.key $SDCARD
chroot $SDCARD /bin/bash -c "cat armbian.key | apt-key add - > /dev/null 2>&1"
rm $SDCARD/armbian.key