ODROID-M1: fix repository access issue

E: Conflicting values set for option Trusted regarding source http://ppa.linuxfactory.or.kr/ jammy
E: The list of sources could not be read.
E: Conflicting values set for option Trusted regarding source http://ppa.linuxfactory.or.kr/ jammy
E: The list of sources could not be read.

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Ie32c9bd343035d593119f7cc97188e3d021bce42
This commit is contained in:
Dongjin Kim
2022-04-25 14:45:27 +09:00
parent 77eb28f706
commit b4e445feac

View File

@@ -1,8 +1,8 @@
#!/bin/sh
cat>>/etc/apt/sources.list.d/ppa-linuxfactory-or-kr.list<<__EOF
deb http://ppa.linuxfactory.or.kr @@DEFAULT_DISTRO@@ rk3568
deb http://ppa.linuxfactory.or.kr @@DEFAULT_DISTRO@@ rockchip
deb [trusted=yes] http://ppa.linuxfactory.or.kr @@DEFAULT_DISTRO@@ rk3568
deb [trusted=yes] http://ppa.linuxfactory.or.kr @@DEFAULT_DISTRO@@ rockchip
__EOF
sed -i "/non-free/d" /etc/apt/sources.list.d/ppa-linuxfactory-or-kr.list