Install public key for packages from 'ppa.linuxfactory.or.kr'

The public key for the package server 'ppa.linuxfactory.or.kr' could be
missing when the base OS file system in *.tar.gz/*.squashfs is not from
'ppa.linuxfactory.or.kr'.

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I83e1a74e6a40189c8ef64244e45598d248c57df1
This commit is contained in:
Dongjin Kim
2022-03-05 18:09:55 +09:00
parent f5b342ab0a
commit cf2c565cae

View File

@@ -6,6 +6,9 @@ locale-gen en_US.UTF-8
rm -f /etc/apt/sources.list.d/launchpad-hardkernel-ppa.list
apt-key adv --keyserver keyserver.ubuntu.com \
--recv-keys 4F71126C02B8F823
apt update && apt upgrade -y
apt install @@DEFAULT_APT_OPTIONS@@ \
odroid-base \