Updated Create DevTerm CM3 OS image from scratch (markdown)

GNU 2022-06-12 14:32:08 +08:00
parent fd10d3753f
commit 3378d854d2

@ -25,7 +25,7 @@ sudo chroot .
## Inside chroot
```
wget -O - https://raw.githubusercontent.com/clockworkpi/apt/main/debian/KEY.gpg | sudo apt-key add -
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