We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82e429 commit 44d93eeCopy full SHA for 44d93ee
.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
+sudo apt-get install -y default-jre libegl1 libopengl0
9
10
echo "Installing Calibre..."
11
wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin
0 commit comments