File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,19 @@ sudo apt install coreboot-configurator
1616sudo apt purge coreboot-configurator
1717```
1818
19- ## Debian 11
19+ ## Debian 11 / MX Linux 19
2020##### Install
2121```
22- echo "deb http://ppa.launchpad.net/starlabs/ppa/ubuntu focal main" | sudo tee -a /etc/apt/sources.list.d/starlabs-ubuntu-ppa-focal.list
23- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 17A20BAF70BEC3904545ACFF8F21C26C794386E3
24- sudo apt update
25- sudo apt install coreboot-configurator
22+ cd /tmp
23+ wget https://github.com/StarLabsLtd/packages/raw/main/Debian/11/coreboot-configurator_9%2Bf_all.deb \
24+ https://github.com/StarLabsLtd/packages/raw/main/Debian/11/nvramtool_1_all.deb
25+ sudo dpkg -i *.deb
26+ sudo apt -f install
2627```
2728
2829##### Uninstall
2930```
30- sudo apt purge coreboot-configurator
31+ sudo apt purge coreboot-configurator nvramtool
3132```
3233
3334## Manjaro
You can’t perform that action at this time.
0 commit comments