de082fd
1
2
3
4
5
6
7
8
9
10
#!/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