mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-18 21:28:50 +01:00
Updated Create DevTerm CM4 OS image from scratch (markdown)
parent
d6ee0fca49
commit
62cf10c9c0
@ -6,7 +6,7 @@ The entire operation requires a certain experience in linux
|
||||
be careful
|
||||
|
||||
## Start a chroot env
|
||||
```
|
||||
```bash
|
||||
wget https://downloads.raspberrypi.org/raspios_full_armhf/images/raspios_full_armhf-2021-05-28/2021-05-07-raspios-buster-armhf-full.zip
|
||||
|
||||
unzip 2021-05-07-raspios-buster-armhf-full.zip
|
||||
@ -25,7 +25,7 @@ sudo chroot .
|
||||
```
|
||||
|
||||
## Inside chroot
|
||||
```
|
||||
```bash
|
||||
curl https://raw.githubusercontent.com/clockworkpi/apt/main/debian/KEY.gpg | sudo tee /etc/apt/trusted.gpg.d/clockworkpi.asc
|
||||
|
||||
echo "deb https://raw.githubusercontent.com/clockworkpi/apt/main/debian/ stable main" | sudo tee -a /etc/apt/sources.list.d/clockworkpi.list
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user