#!/bin/bash

# No need to install planutils dependencies
# No need to check if already installed
# The install script will be run from the package's directory

# To use if root is required
#[ "$UID" -eq 0 ] || (echo "installation requires root access"; exec sudo "$0" "$@")

# Install general linux dependencies

# General setup / configuration


# Recipe for singularity images
## Fetch the image
#singularity pull --name <image name> <singularity shub url>
