Skip to content

Commit

Permalink
install pandoc with autoyes
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed Jun 23, 2024
1 parent 48f81e0 commit 8d7cf32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ if ! pip3 show packaging &> /dev/null; then
fi

if ! command -v 7z &> /dev/null; then
sudo apt install p7zip
sudo apt install -y p7zip
fi

if ! command -v pandoc &> /dev/null; then
sudo apt install pandoc
sudo apt install -y pandoc
fi

# check docker version
Expand Down

0 comments on commit 8d7cf32

Please sign in to comment.