Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit b3e3b08

Browse files
authored
Merge pull request #478 from OpenBazaar/fix-fakeroot
Update build.sh to include fakeroot install
2 parents f47f7c2 + d54ee03 commit b3e3b08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ case "$TRAVIS_OS_NAME" in
6161
echo 'Install npm packages for Linux'
6262
npm install --save-dev electron-installer-debian --silent
6363

64+
# Ensure fakeroot is installed
65+
sudo apt-get install fakeroot
66+
6467
# Retrieve Latest Server Binaries
6568
sudo apt-get install jq
6669
cd temp/

0 commit comments

Comments
 (0)