From 038e5acd500fabeee0fe89b16893bbbd5b289afd Mon Sep 17 00:00:00 2001 From: GNU Date: Thu, 9 Jun 2022 22:02:18 +0800 Subject: [PATCH] Updated Create DevTerm R01 OS image from scratch (markdown) --- Create-DevTerm-R01-OS-image-from-scratch.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Create-DevTerm-R01-OS-image-from-scratch.md b/Create-DevTerm-R01-OS-image-from-scratch.md index 619c393..15462df 100644 --- a/Create-DevTerm-R01-OS-image-from-scratch.md +++ b/Create-DevTerm-R01-OS-image-from-scratch.md @@ -361,8 +361,7 @@ All scripts in /etc/update-motd.d/ transferred to other place or just deleted th ### Install devterm related package ``` -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 > /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 apt update