mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 01:48:42 +09:00
Fix warning regarding to change release info
For example, E: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable' N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details. Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: I53d9579353519f415216a933467c00e86b4553b3
This commit is contained in:
@@ -7,7 +7,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 update --allow-releaseinfo-change \
|
||||
&& apt upgrade -y
|
||||
apt install @@DEFAULT_APT_OPTIONS@@ \
|
||||
odroid-base \
|
||||
rsync \
|
||||
|
||||
Reference in New Issue
Block a user