diff --git a/extras.sh b/extras.sh deleted file mode 100755 index fac114a..0000000 --- a/extras.sh +++ /dev/null @@ -1,150 +0,0 @@ -#! /usr/bin/env bash -# script to install the extra needed tools programmatically - -# add command line flags and function to govern install? - -MAMBAFORGE_RELEASE="https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh" -MAMBAFORGE_INSTALLER="Mambaforge-Linux-x86_64.sh" - -help() { - cat <