v1.0.9
- Changed to Ubuntu 19.10 because in Ubuntu 22.04.4 LTS mdadm does not work with DSM's superblock location.
  - The change to Ubuntu 19.10 required installing curl for the script's new version check to work.
- Changed to support single drives.
- Added message that mounted volume is read only.
- Bug fix for always saying "Failed to mount volume" even when volume mounted correctly.

v1.0.8
- Added check if there's a newer version of the script available.

v0.0.7-beta
- Minor bug fix (forgot to stop script if there are no RAID arrays that need assembling).

v0.0.6-beta
- Now checks if there are RAID arrays that need assembling before continuing.

v0.0.5-beta
- Changed from using `apt list --installed` to `apt-cache show`.

v0.0.4-beta
- Only apt-get install if package is not installed.
- Only apt-get update once when first package installed.
- Minor shell output improvements.

v0.0.3-beta
- Minor improvements.

v0.0.2-beta
- Bug fix for the default mount path: mount_path="/home/ubuntu"
- Bug fix to stop the script if mdadm failed to install.
- Changed to only install mdadm because lvm2 and btrfs-progs are included in Ubuntu.

v0.0.1-beta
- First release.
