Created
December 13, 2022 12:30
-
-
Save jkirk/2a290f6be946564fea649eaaf880a22e to your computer and use it in GitHub Desktop.
grml-zfs
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 | |
# See: https://github.com/grml/grml-live/issues/78#issuecomment-641141556 | |
sudo apt update | |
sudo apt install --yes linux-headers-$(uname -r) gcc | |
sudo apt install --yes --no-install-recommends zfs-dkms | |
sudo modprobe zfs | |
sudo apt install --yes zfsutils-linux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment