mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-15 19:58:50 +01:00
Created Devterm CM3 ubuntu server image (markdown)
parent
44acd1a88f
commit
44dc3191ca
11
Devterm-CM3-ubuntu-server-image.md
Normal file
11
Devterm-CM3-ubuntu-server-image.md
Normal file
@ -0,0 +1,11 @@
|
||||
ubuntu-21.04-preinstalled-server-armhf+raspi.img
|
||||
|
||||
```
|
||||
sudo apt remove linux-image-raspi linux-image-5.11.0-1007-raspi -y
|
||||
sudo apt install net-tools network-manager -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
|
||||
sudo apt update && sudo apt install devterm-thermal-printer devterm-keyboard-firmware devterm-fan-temp-daemon-rpi devterm-thermal-printer-cups devterm-kernel-rpi devterm-audio-patch devterm-backlight-rpi -y
|
||||
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user