diff --git a/cryptocurrency/xmrigCC/README.md b/cryptocurrency/xmrigCC/README.md index c3fa276..2d65d52 100644 --- a/cryptocurrency/xmrigCC/README.md +++ b/cryptocurrency/xmrigCC/README.md @@ -1,18 +1,19 @@ -## Script to install or update XMRIGCC Ubuntu 16.04/18.04 LTS with Gcc7/G++7 +# Script to install or update XMRIGCC Ubuntu 16.04/18.04 LTS with Gcc7/G++7 +## Compile xmrigcc from source and setup xmrigcc.service -### Compile xmrigcc from source and setup xmrigcc.service ```bash -bash <(wget -qO - https://raw.githubusercontent.com/VirtuBox/bash-scripts/master/cryptocurrency/xmrigCC/install.sh) +bash <(wget -O - https://raw.githubusercontent.com/VirtuBox/bash-scripts/master/cryptocurrency/xmrigCC/install.sh) ``` +## Update xmrigcc from source -### Update xmrigcc from source ```bash -bash <(wget --no-cache -qO - https://raw.githubusercontent.com/VirtuBox/bash-scripts/master/cryptocurrency/xmrigCC/update-source.sh) +bash <(wget --no-cache -O - https://raw.githubusercontent.com/VirtuBox/bash-scripts/master/cryptocurrency/xmrigCC/update-source.sh) ``` -### Update static xmrigcc build +## Update static xmrigcc build + ```bash -bash <(wget --no-cache -qO - https://raw.githubusercontent.com/VirtuBox/bash-scripts/master/cryptocurrency/xmrigCC/update-static.sh) +bash <(wget --no-cache -O - https://raw.githubusercontent.com/VirtuBox/bash-scripts/master/cryptocurrency/xmrigCC/update-static.sh) ```