Skip to content

Commit d08fc09

Browse files
fix: add calibre dependency
1 parent ca3785f commit d08fc09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/install_dependencies.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mkdir -p target
55

66
echo "Installing JRE..."
77
sudo apt-get update
8-
sudo apt-get install -y default-jre libegl1 libopengl0
8+
sudo apt-get install -y default-jre libegl1 libopengl0 libxcb-cursor0
99

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

0 commit comments

Comments
 (0)