mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Better wording
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user