Updated Create DevTerm A04 OS image from scratch (markdown)

GNU 2022-08-16 22:13:06 +08:00
parent 44df721373
commit 148a386f83

@ -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