From 3c198e01b8ec4f74fb33299ec29f48cda25737ac Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 16 Jul 2024 15:26:57 -0600 Subject: [PATCH] doc: consistently use 'apt-get install' rather than 'apt install' (due to 'apt's sutble dependencies on interactive environment) --- doc/build-unix.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/build-unix.md b/doc/build-unix.md index c3c26acecaebe..b28c573266f1e 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -87,13 +87,13 @@ Otherwise, you can build Berkeley DB [yourself](#berkeley-db). SQLite is required for the wallet: - sudo apt install libsqlite3-dev + sudo apt-get install libsqlite3-dev To build Dash Core without wallet, see [*Disable-wallet mode*](#disable-wallet-mode) Optional port mapping libraries (see: `--with-miniupnpc` and `--with-natpmp`): - sudo apt install libminiupnpc-dev libnatpmp-dev + sudo apt-get install libminiupnpc-dev libnatpmp-dev ZMQ dependencies (provides ZMQ API): @@ -115,7 +115,7 @@ To build with Qt 5 you need the following: Additionally, to support Wayland protocol for modern desktop environments: - sudo apt install qtwayland5 + sudo apt-get install qtwayland5 libqrencode (optional) can be installed with: