Last active
March 10, 2024 11:06
-
-
Save nilreml/a49f4c19002d0669a7bed04611d17176 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
su - | |
apt install vim git firmware-linux-* | |
exit | |
cd | |
mkdir git | |
cd git | |
git clone https://github.com/nilreml/caveat-emptor | |
cd caveat-emptor | |
cd bootstrap-debian | |
./bootstrap.sh | |
/etc/apt/sources.list: bookworm-backports main contrib non-free | |
sudo apt install -t bookworm-backports linux-headers-amd64 linux-image-amd64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment