Skip to content

Commit bc59282

Browse files
committed
README: Update instructions for Debian 11/MX Linux
Signed-off-by: Sean Rhodes <[email protected]>
1 parent 8ae40d4 commit bc59282

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,19 @@ sudo apt install coreboot-configurator
1616
sudo 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

0 commit comments

Comments
 (0)