Skip to content

Commit aa9d3c9

Browse files
authored
add software-properties-common
This allows using `add-apt-repository`.
1 parent 49c5910 commit aa9d3c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/build-unix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ install necessary parts of boost:
8282
BerkeleyDB is required for the wallet. db4.8 packages are available [here](https://launchpad.net/~bitcoin/+archive/bitcoin).
8383
You can add the repository and install using the following commands:
8484

85+
sudo apt-get install software-properties-common
8586
sudo add-apt-repository ppa:bitcoin/bitcoin
8687
sudo apt-get update
8788
sudo apt-get install libdb4.8-dev libdb4.8++-dev

0 commit comments

Comments
 (0)