Skip to content

Instantly share code, notes, and snippets.

@allanchen2019
Created April 9, 2022 08:35
Show Gist options
  • Select an option

  • Save allanchen2019/4567169b56906ea60e265b4b95657cd9 to your computer and use it in GitHub Desktop.

Select an option

Save allanchen2019/4567169b56906ea60e265b4b95657cd9 to your computer and use it in GitHub Desktop.
Install debian experimental cloud kernel
#!/bin/bash
echo "deb http://deb.debian.org/debian experimental main" >> /etc/apt/sources.list && apt update && apt -t experimental install linux-image-cloud-amd64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment