Created
April 9, 2022 08:35
-
-
Save allanchen2019/4567169b56906ea60e265b4b95657cd9 to your computer and use it in GitHub Desktop.
Install debian experimental cloud kernel
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://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