mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-04 12:05:04 +02:00
joinmarket: install with the joinmarket user
related: https://github.com/rootzoll/raspiblitz/issues/1492
This commit is contained in:
@@ -98,12 +98,12 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
|||||||
echo "# installing JoinMarket"
|
echo "# installing JoinMarket"
|
||||||
sudo -u joinmarket git clone https://github.com/Joinmarket-Org/joinmarket-clientserver
|
sudo -u joinmarket git clone https://github.com/Joinmarket-Org/joinmarket-clientserver
|
||||||
cd joinmarket-clientserver
|
cd joinmarket-clientserver
|
||||||
git reset --hard v0.7.0
|
sudo -u joinmarket git reset --hard v0.7.0
|
||||||
# make install.sh set up jmvenv with -- system-site-packages
|
# make install.sh set up jmvenv with -- system-site-packages
|
||||||
sed -i "s#^ virtualenv -p \"\${python}\" \"\${jm_source}/jmvenv\" || return 1#\
|
sed -i "s#^ virtualenv -p \"\${python}\" \"\${jm_source}/jmvenv\" || return 1#\
|
||||||
virtualenv --system-site-packages -p \"\${python}\" \"\${jm_source}/jmvenv\" || return 1#g" \
|
virtualenv --system-site-packages -p \"\${python}\" \"\${jm_source}/jmvenv\" || return 1#g" \
|
||||||
install.sh
|
install.sh
|
||||||
./install.sh --with-qt
|
sudo -u joinmarket ./install.sh --with-qt
|
||||||
|
|
||||||
echo "# installing python requirements to run the QT GUI on ARM"
|
echo "# installing python requirements to run the QT GUI on ARM"
|
||||||
source jmvenv/bin/activate || exit 1
|
source jmvenv/bin/activate || exit 1
|
||||||
|
Reference in New Issue
Block a user