We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d387f1 commit fa89e09Copy full SHA for fa89e09
recipes/build.sh
@@ -19,6 +19,7 @@ fi
19
20
if ! command -v 7z &> /dev/null; then
21
sudo apt install -y p7zip
22
+ sudo apt install -y p7zip-full
23
fi
24
25
if ! command -v mdpdf &> /dev/null; then
0 commit comments