From e8e70be136c80df2619c9d1c0eda3eb8fb9e96c3 Mon Sep 17 00:00:00 2001 From: Christian Muise Date: Fri, 26 Nov 2021 12:53:40 -0500 Subject: [PATCH] Update planutils/packages/tfd/install --- planutils/packages/tfd/install | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/planutils/packages/tfd/install b/planutils/packages/tfd/install index 38290d7..c49f762 100755 --- a/planutils/packages/tfd/install +++ b/planutils/packages/tfd/install @@ -1,14 +1,3 @@ #!/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 - singularity pull --name tfd.sif https://github.com/roveri-marco/tfd/releases/download/0.4/roveri-marco-tfd.latest.sif