Remove shell setup for cgminer

This commit is contained in:
2018-07-19 22:40:32 +01:00
parent 833562ea62
commit 4d38a51f50
2 changed files with 0 additions and 10 deletions

View File

@@ -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"

View File

@@ -1,7 +0,0 @@
#
# cgminer
#
if [ -d "/opt/cgminer/bin" ]; then
path_prepend "/opt/cgminer/bin"
fi