We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca3785f commit d08fc09Copy full SHA for d08fc09
.github/scripts/install_dependencies.sh
@@ -5,7 +5,7 @@ mkdir -p target
5
6
echo "Installing JRE..."
7
sudo apt-get update
8
-sudo apt-get install -y default-jre libegl1 libopengl0
+sudo apt-get install -y default-jre libegl1 libopengl0 libxcb-cursor0
9
10
echo "Installing Calibre..."
11
wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin
0 commit comments