summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormorganamilo <morganamilo@gmail.com>2018-01-11 06:32:56 +0000
committermorganamilo <morganamilo@gmail.com>2018-01-11 06:32:56 +0000
commita1bd6c2a576111d78c67fba6fd0aa16e1d68fc63 (patch)
treec79e699aa8d0e5cff3648a3493c18adb715d8ff3 /doc
parent2ae7260b90fe3dbe835ba2489519510f0e57d770 (diff)
downloadxmr-stak-a1bd6c2a576111d78c67fba6fd0aa16e1d68fc63.zip
xmr-stak-a1bd6c2a576111d78c67fba6fd0aa16e1d68fc63.tar.gz
Add --needed to pacman install
Only install if the user doesnt already have the packages installed, no point in reinstalling everything.
Diffstat (limited to 'doc')
-rw-r--r--doc/compile_Linux.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/compile_Linux.md b/doc/compile_Linux.md
index b7104ac..e314dd5 100644
--- a/doc/compile_Linux.md
+++ b/doc/compile_Linux.md
@@ -25,7 +25,7 @@
make install
# Arch
- sudo pacman -S base-devel hwloc openssl cmake libmicrohttpd
+ sudo pacman -S --needed base-devel hwloc openssl cmake libmicrohttpd
git clone https://github.com/fireice-uk/xmr-stak.git
mkdir xmr-stak/build
cd xmr-stak/build
OpenPOWER on IntegriCloud