From f968556487c092a27a37253aefc453a76a7c0d49 Mon Sep 17 00:00:00 2001 From: Peter Kowalsky Date: Tue, 25 Aug 2020 02:38:50 +0000 Subject: [PATCH] added po4a dependency to bootstrap.sh --- bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index bd667d02..a5e71756 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -239,7 +239,8 @@ ubuntu() nasm \ pkg-config \ syslinux-utils \ - texinfo + texinfo \ + po4a if [ "$1" == "qemu" ]; then if [ -z "$(which qemu-system-x86_64)" ]; then echo "Installing QEMU..." -- GitLab