Updated Create DevTerm R01 OS image from scratch (markdown)

GNU 2022-06-12 14:31:26 +08:00
parent f3801f4291
commit fd10d3753f

@ -361,7 +361,7 @@ All scripts in /etc/update-motd.d/ transferred to other place or just deleted th
### Install devterm related package ### Install devterm related package
``` ```
curl https://raw.githubusercontent.com/clockworkpi/apt/main/debian/KEY.gpg > /etc/apt/trusted.gpg.d/clockworkpi.asc 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 echo "deb https://raw.githubusercontent.com/clockworkpi/apt/main/debian/ stable main" | sudo tee /etc/apt/sources.list.d/clockworkpi.list
apt update apt update