Skip to content

Instantly share code, notes, and snippets.

@vpnwall-services
Created October 28, 2020 02:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vpnwall-services/52d95c93a9f264a4093657b2b331cb55 to your computer and use it in GitHub Desktop.
Save vpnwall-services/52d95c93a9f264a4093657b2b331cb55 to your computer and use it in GitHub Desktop.
[OVH Change Kernel] OVH Change Kernel #OVH #change #kernel #bash
#!/bin/bash
cd /etc/grub.d
mv 10_linux 96_OVHkernel
apt install linux-image-4.19.0-12-amd64
apt install linux-headers-4.19.0-12-amd64
update-grub
#https://askubuntu.com/questions/871336/switching-from-ovh-kernel-to-default-kernel-without-reinstalling-ubuntu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment