Skip to content

Commit

Permalink
Update planutils/packages/tfd/install
Browse files Browse the repository at this point in the history
  • Loading branch information
haz authored Nov 26, 2021
1 parent b56a128 commit e8e70be
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions planutils/packages/tfd/install
Original file line number Diff line number Diff line change
@@ -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 <image name> <singularity shub url>

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

0 comments on commit e8e70be

Please sign in to comment.