Updated Create DevTerm A06 OS image from scratch (markdown)

GNU 2022-08-16 17:53:19 +08:00
parent 9f11c407b2
commit 884063a4bd

@ -57,6 +57,7 @@ sudo chroot .
## Inside Chroot ## Inside Chroot
``` ```
sudo apt update
sudo apt install curl wget -y sudo apt install curl wget -y
curl https://raw.githubusercontent.com/clockworkpi/apt/main/debian/KEY.gpg | sudo tee /etc/apt/trusted.gpg.d/clockworkpi.asc curl https://raw.githubusercontent.com/clockworkpi/apt/main/debian/KEY.gpg | sudo tee /etc/apt/trusted.gpg.d/clockworkpi.asc