Update with some typos revision.
This commit is contained in:
parent
9560cfd12b
commit
dbc245a7d3
|
|
@ -6,11 +6,16 @@ Raspberry Pi4: I only tested on a 8GB of RAM with the next requirements:
|
||||||
- [RaspianOs 64 Bits](https://downloads.raspberrypi.org/raspios_arm64/images/raspios_arm64-2020-05-28/) updated.
|
- [RaspianOs 64 Bits](https://downloads.raspberrypi.org/raspios_arm64/images/raspios_arm64-2020-05-28/) updated.
|
||||||
- Upgrade the distribution to Debian BullsEye (change the repositories to):
|
- Upgrade the distribution to Debian BullsEye (change the repositories to):
|
||||||
|
|
||||||
|
```
|
||||||
deb http://deb.debian.org/debian bullseye main contrib non-free
|
deb http://deb.debian.org/debian bullseye main contrib non-free
|
||||||
deb http://deb.debian.org/debian-security/ bullseye-security main contrib non-free
|
deb http://deb.debian.org/debian-security/ bullseye-security main contrib non-free
|
||||||
deb http://deb.debian.org/debian bullseye-updates main contrib non-free
|
deb http://deb.debian.org/debian bullseye-updates main contrib non-free
|
||||||
|
```
|
||||||
|
|
||||||
|
Then run the typical upgrade of Debian:
|
||||||
|
```
|
||||||
sudo apt update & sudo apt upgrade & sudo apt dist-upgrade
|
sudo apt update & sudo apt upgrade & sudo apt dist-upgrade
|
||||||
|
```
|
||||||
|
|
||||||
- Install [Podman](https://podman.io/getting-started/installation) v3.3.1 (Debian repository does not work correctly in my case).
|
- Install [Podman](https://podman.io/getting-started/installation) v3.3.1 (Debian repository does not work correctly in my case).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue