Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hlydecker
/
word2pdf
like
0
Running
App
Files
Files
Community
main
word2pdf
/
setup.sh
hlydecker
Create setup.sh
de082fd
verified
about 21 hours ago
raw
Copy download link
history
blame
contribute
delete
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