Created
December 13, 2022 12:30
grml-zfs
This file contains 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