Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hlydecker
/
word2pdf
like
0
Sleeping
App
Files
Files
Community
de082fd
word2pdf
/
setup.sh
hlydecker
Create setup.sh
de082fd
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
190 Bytes
#!/bin/bash
# Update package lists
apt-get update
# Install LibreOffice
apt-get install -y libreoffice
# Optional: Install additional dependencies if needed
apt-get install -y default-jre