Skip to content

Commit 3c198e0

Browse files
committed
doc: consistently use 'apt-get install' rather than 'apt install' (due to 'apt's sutble dependencies on interactive environment)
1 parent 22f7596 commit 3c198e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/build-unix.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@ Otherwise, you can build Berkeley DB [yourself](#berkeley-db).
8787

8888
SQLite is required for the wallet:
8989

90-
sudo apt install libsqlite3-dev
90+
sudo apt-get install libsqlite3-dev
9191

9292
To build Dash Core without wallet, see [*Disable-wallet mode*](#disable-wallet-mode)
9393

9494
Optional port mapping libraries (see: `--with-miniupnpc` and `--with-natpmp`):
9595

96-
sudo apt install libminiupnpc-dev libnatpmp-dev
96+
sudo apt-get install libminiupnpc-dev libnatpmp-dev
9797

9898
ZMQ dependencies (provides ZMQ API):
9999

@@ -115,7 +115,7 @@ To build with Qt 5 you need the following:
115115

116116
Additionally, to support Wayland protocol for modern desktop environments:
117117

118-
sudo apt install qtwayland5
118+
sudo apt-get install qtwayland5
119119

120120
libqrencode (optional) can be installed with:
121121

0 commit comments

Comments
 (0)