Skip to content

Commit

Permalink
fix: add calibre dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
IntermittentlyRupert committed Dec 20, 2023
1 parent ca3785f commit d08fc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mkdir -p target

echo "Installing JRE..."
sudo apt-get update
sudo apt-get install -y default-jre libegl1 libopengl0
sudo apt-get install -y default-jre libegl1 libopengl0 libxcb-cursor0

echo "Installing Calibre..."
wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin
Expand Down

0 comments on commit d08fc09

Please sign in to comment.