#!/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" "$@")

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

singularity pull --name optic.sif https://github.com/roveri-marco/optic/releases/download/1.0/roveri-marco-optic.latest.sif
