diff --git a/Create-DevTerm-A06-OS-image-from-scratch.md b/Create-DevTerm-A06-OS-image-from-scratch.md index b0e8c69..9a5c25d 100644 --- a/Create-DevTerm-A06-OS-image-from-scratch.md +++ b/Create-DevTerm-A06-OS-image-from-scratch.md @@ -57,10 +57,10 @@ sudo 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 - -echo "deb https://raw.githubusercontent.com/clockworkpi/apt/main/debian/ stable main" | sudo tee -a /etc/apt/sources.list.d/clockworkpi.list +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 /etc/apt/sources.list.d/clockworkpi.list sudo apt update sudo apt remove linux-image*