Script for installing and managing Ubuntu with ZFS on Root, using rEFInd and ZFSBootMenu with remote access to simplify the booting process.
sudo apt update && sudo apt install -y git nano
sudo git -C /usr/local clone https://github.com/maanloper/zorra.git
sudo ln -s /usr/local/zorra/zorra /usr/local/bin/zorra
Execute the script:
sudo zorra <command> [options]
To update the script:
sudo git -C /usr/local/zorra pull