mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-16 11:51:36 +00:00
Better wording
This commit is contained in:
parent
7d4261213f
commit
09402b263d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue