mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 19:21:57 +02:00
cl.install: fix mistune version to 0.8.4
related: https://github.com/refi64/mrkd/pull/6
This commit is contained in:
@@ -97,7 +97,8 @@ if [ "$1" = "install" ]; then
|
|||||||
autoconf automake build-essential git libtool libgmp-dev \
|
autoconf automake build-essential git libtool libgmp-dev \
|
||||||
libsqlite3-dev python3 python3-mako net-tools zlib1g-dev libsodium-dev \
|
libsqlite3-dev python3 python3-mako net-tools zlib1g-dev libsodium-dev \
|
||||||
gettext unzip
|
gettext unzip
|
||||||
sudo pip3 install mrkd
|
sudo pip3 install mrkd==0.2.0
|
||||||
|
sudo pip3 install mistune==0.8.4
|
||||||
|
|
||||||
sudo -u admin unzip clightning-${CLVERSION}.zip
|
sudo -u admin unzip clightning-${CLVERSION}.zip
|
||||||
cd clightning-${CLVERSION} || exit 1
|
cd clightning-${CLVERSION} || exit 1
|
||||||
@@ -125,6 +126,7 @@ if [ "$1" = "install" ]; then
|
|||||||
sudo -u admin lightning-cli --version
|
sudo -u admin lightning-cli --version
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
echo
|
||||||
echo "- OK the installation of C-lightning v${installed} is successful"
|
echo "- OK the installation of C-lightning v${installed} is successful"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
@@ -184,6 +186,8 @@ if [ "$1" = on ]||[ "$1" = update ]||[ "$1" = testPR ];then
|
|||||||
autoconf automake build-essential git libtool libgmp-dev \
|
autoconf automake build-essential git libtool libgmp-dev \
|
||||||
libsqlite3-dev python3 python3-mako net-tools zlib1g-dev libsodium-dev \
|
libsqlite3-dev python3 python3-mako net-tools zlib1g-dev libsodium-dev \
|
||||||
gettext
|
gettext
|
||||||
|
sudo pip3 install mrkd==0.2.0
|
||||||
|
sudo pip3 install mistune==0.8.4
|
||||||
|
|
||||||
####################################
|
####################################
|
||||||
# Download and compile from source #
|
# Download and compile from source #
|
||||||
@@ -227,13 +231,6 @@ if [ "$1" = on ]||[ "$1" = update ]||[ "$1" = testPR ];then
|
|||||||
sudo -u bitcoin git reset --hard $CLVERSION
|
sudo -u bitcoin git reset --hard $CLVERSION
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Installing additional dependencies"
|
|
||||||
sudo apt-get install -y valgrind python3-pip libpq-dev
|
|
||||||
if ! sudo pip3 install -r requirements.txt; then
|
|
||||||
# just in case building the requirements fails
|
|
||||||
sudo pip3 install mrkd
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "# Building with EXPERIMENTAL_FEATURES enabled"
|
echo "# Building with EXPERIMENTAL_FEATURES enabled"
|
||||||
echo
|
echo
|
||||||
sudo -u bitcoin ./configure --enable-experimental-features
|
sudo -u bitcoin ./configure --enable-experimental-features
|
||||||
|
Reference in New Issue
Block a user