mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-09-04 12:55:10 +00:00
need fakeroot too
This commit is contained in:
parent
efb5157027
commit
44aba93d37
1 changed files with 5 additions and 5 deletions
|
@ -26,13 +26,13 @@ WEB_UI_BRANCH="master"
|
||||||
|
|
||||||
while getopts :hctb:w:d: FLAG; do
|
while getopts :hctb:w:d: FLAG; do
|
||||||
case $FLAG in
|
case $FLAG in
|
||||||
c)
|
c)
|
||||||
CLONE=true
|
CLONE=true
|
||||||
;;
|
;;
|
||||||
b)
|
b)
|
||||||
BRANCH=${OPTARG}
|
BRANCH=${OPTARG}
|
||||||
;;
|
;;
|
||||||
w)
|
w)
|
||||||
WEB_UI_BRANCH=${OPTARG}
|
WEB_UI_BRANCH=${OPTARG}
|
||||||
;;
|
;;
|
||||||
d)
|
d)
|
||||||
|
@ -41,7 +41,7 @@ while getopts :hctb:w:d: FLAG; do
|
||||||
t)
|
t)
|
||||||
set -o xtrace
|
set -o xtrace
|
||||||
;;
|
;;
|
||||||
h)
|
h)
|
||||||
HELP
|
HELP
|
||||||
;;
|
;;
|
||||||
\?) #unrecognized option - show help
|
\?) #unrecognized option - show help
|
||||||
|
@ -97,7 +97,7 @@ $SUDO add-apt-repository -y ppa:spotify-jyrki/dh-virtualenv
|
||||||
$SUDO apt-get ${QUIET} update
|
$SUDO apt-get ${QUIET} update
|
||||||
$SUDO apt-get ${QUIET} install -y --no-install-recommends \
|
$SUDO apt-get ${QUIET} install -y --no-install-recommends \
|
||||||
build-essential git python-dev libffi-dev libssl-dev \
|
build-essential git python-dev libffi-dev libssl-dev \
|
||||||
libgmp3-dev dh-virtualenv debhelper wget python-pip
|
libgmp3-dev dh-virtualenv debhelper wget python-pip fakeroot
|
||||||
|
|
||||||
# need a modern version of pip (more modern than ubuntu default)
|
# need a modern version of pip (more modern than ubuntu default)
|
||||||
$SUDO pip install --upgrade pip
|
$SUDO pip install --upgrade pip
|
||||||
|
|
Loading…
Add table
Reference in a new issue