Last active
September 4, 2021 17:45
-
-
Save Ne00n/e8ba486938877884d7c1b7cff14de81a 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
#!/bin/bash | |
echo "deb http://mirror.ip-projects.de/kernel ./" > /etc/apt/sources.list.d/kernel.list && apt-key adv --keyserver keyserver.ubuntu.com --recv-keys DB7D70AFC28BA18E && apt-get update && apt-get install -y linux-image-5.13.8-gs linux-headers-5.13.8-gs | |
systemctl enable bird && reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment