master
bel 2022-10-17 21:44:48 -06:00
parent 5c0ea418d5
commit 32e836579f
1 changed files with 5 additions and 3 deletions

View File

@ -16,8 +16,8 @@ install() {
install_cli
install_theme
if ! which firefox &> /dev/null; then
sudo apt -y install firefox
if ! which wkhtmltopdf &> /dev/null; then
sudo apt -y install wkhtmltopdf
fi
}
@ -45,9 +45,11 @@ build() {
resume validate
for ext in html pdf; do
for ext in html ; do
resume export resume.$ext --theme $THEME
done
false
}