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