From dbc245a7d3557f09df3f186c517058144ab44974 Mon Sep 17 00:00:00 2001 From: Tranko <37229415+thorkseng@users.noreply.github.com> Date: Sun, 19 Sep 2021 17:07:43 +0000 Subject: [PATCH] Update with some typos revision. --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9a2075d..279260c 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,17 @@ 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. - 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-security/ bullseye-security main contrib non-free - deb http://deb.debian.org/debian bullseye-updates main contrib non-free - - sudo apt update & sudo apt upgrade & sudo apt dist-upgrade - +``` +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 bullseye-updates main contrib non-free +``` + +Then run the typical upgrade of Debian: +``` +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). ## Create the image (it will take around 1-2 hours)