mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 20:16:22 +02:00
cl.install: mrkd fallback when building master
This commit is contained in:
@@ -127,7 +127,10 @@ if [ "$1" = on ]||[ "$1" = update ]||[ "$1" = testPR ];then
|
|||||||
|
|
||||||
echo "Installing additional dependencies"
|
echo "Installing additional dependencies"
|
||||||
sudo apt-get install -y valgrind python3-pip libpq-dev
|
sudo apt-get install -y valgrind python3-pip libpq-dev
|
||||||
sudo pip3 install -r requirements.txt
|
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
|
||||||
|
Reference in New Issue
Block a user