#!/bin/bash set -e sed -e '/swap/s/^/#/g' -i /etc/fstab swapoff -a modprobe dm-snapshot apt-get update && apt-get -o Dpkg::Options::="--force-confold" upgrade -q -y --force-yes && apt-get install nfs-common -y apt-get install zfsutils-linux -y apt-get update && apt-get install -y apt-transport-https curl curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add - cat <