diff --git a/shell/_main.sh b/shell/_main.sh index 69d0f5d..985d47b 100755 --- a/shell/_main.sh +++ b/shell/_main.sh @@ -47,9 +47,6 @@ source "$DOTSHELL/docker.sh" source "$DOTSHELL/google-cloud.sh" source "$DOTSHELL/kubernetes.sh" -# Applications -source "$DOTSHELL/cgminer.sh" - # Services source "$DOTSHELL/services.sh" diff --git a/shell/cgminer.sh b/shell/cgminer.sh deleted file mode 100644 index 4eca8a2..0000000 --- a/shell/cgminer.sh +++ /dev/null @@ -1,7 +0,0 @@ -# -# cgminer -# - -if [ -d "/opt/cgminer/bin" ]; then - path_prepend "/opt/cgminer/bin" -fi