今天拿到一張舊的 SD 卡,用的 image 是
```
pi@raspberrypi:~ $ uname -a
Linux raspberrypi 4.19.97-v7+ #1294 SMP Thu Jan 30 13:15:58 GMT 2020 armv7l GNU/Linux
```
想要更新卻出現這樣的錯誤訊息
```
Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
```
這樣更新之後就沒問題了
```
sudo apt-get update --allow-releaseinfo-change
```