mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 01:48:42 +09:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user