Skip to content

Instantly share code, notes, and snippets.

@Ne00n
Last active September 4, 2021 17:45
Show Gist options
  • Save Ne00n/e8ba486938877884d7c1b7cff14de81a to your computer and use it in GitHub Desktop.
Save Ne00n/e8ba486938877884d7c1b7cff14de81a to your computer and use it in GitHub Desktop.
#!/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