Updated Create DevTerm A06 OS image from scratch (markdown)

GNU 2022-08-16 14:32:58 +08:00
parent 8f47cb3943
commit 312573fa94

@ -57,10 +57,10 @@ sudo chroot .
## Inside Chroot ## Inside Chroot
``` ```
sudo apt install wget -y sudo apt install curl wget -y
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 echo "deb https://raw.githubusercontent.com/clockworkpi/apt/main/debian/ stable main" | sudo tee /etc/apt/sources.list.d/clockworkpi.list
sudo apt update sudo apt update
sudo apt remove linux-image* sudo apt remove linux-image*