mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
Add firefox dependency for se-tools.
This commit is contained in:
parent
8651a1f268
commit
b85c6a870b
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ set -e
|
|||
set -o pipefail
|
||||
|
||||
# Install some pre-flight dependencies.
|
||||
sudo apt-get install -y python3-pip libxml2-utils librsvg2-bin libimage-exiftool-perl imagemagick jarwrapper default-jre inkscape calibre curl
|
||||
sudo apt-get install -y python3-pip libxml2-utils librsvg2-bin libimage-exiftool-perl imagemagick jarwrapper default-jre inkscape calibre curl\
|
||||
firefox
|
||||
|
||||
# Install required fonts.
|
||||
mkdir -p ~/.local/share/fonts/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue