diff --git a/shell/_main.sh b/shell/_main.sh index e165f44..69d0f5d 100755 --- a/shell/_main.sh +++ b/shell/_main.sh @@ -48,7 +48,6 @@ source "$DOTSHELL/google-cloud.sh" source "$DOTSHELL/kubernetes.sh" # Applications -source "$DOTSHELL/rtorrent.sh" source "$DOTSHELL/cgminer.sh" # Services diff --git a/shell/rtorrent.sh b/shell/rtorrent.sh deleted file mode 100644 index 16b6b49..0000000 --- a/shell/rtorrent.sh +++ /dev/null @@ -1,7 +0,0 @@ -# -# rtorrent -# - -if [ -d "/opt/rtorrent/bin" ]; then - path_prepend "/opt/rtorrent/bin" -fi