From 148a386f83681c8901a142ad45db5915233d1e35 Mon Sep 17 00:00:00 2001 From: GNU Date: Tue, 16 Aug 2022 22:13:06 +0800 Subject: [PATCH] Updated Create DevTerm A04 OS image from scratch (markdown) --- Create-DevTerm-A04-OS-image-from-scratch.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Create-DevTerm-A04-OS-image-from-scratch.md b/Create-DevTerm-A04-OS-image-from-scratch.md index 47edf31..f0a1b5c 100644 --- a/Create-DevTerm-A04-OS-image-from-scratch.md +++ b/Create-DevTerm-A04-OS-image-from-scratch.md @@ -139,12 +139,6 @@ In `/etc/update-motd.d/10-armbian-header` TERM=linux toilet -f standard -F metal $(echo $BOARD_NAME | sed 's/Orange Pi/OPi/' | sed 's/NanoPi/NPi/' | sed 's/Banana Pi/BPi/' | sed 's/Clockworkpi A04/Clockworkpi/') ``` -### Import clockworkpi apt repo -``` -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 -``` - ### Install devterm packages ``` sudo apt update