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:
Dongjin Kim
2022-04-10 16:15:29 +09:00
parent 4f51aec913
commit fd073455ab

View File

@@ -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 \