Skip to content
Snippets Groups Projects
Commit 1e9a857f authored by Giuseppe Attardi's avatar Giuseppe Attardi
Browse files

Add new file

parent 6563e070
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# Install default Office fonts
# see: https://helpcenter.onlyoffice.com/de/server/linux/document/install-fonts.aspx
cd /tmp
wget http://legionfonts.com/download/calibri
unzip calibri
sudo mv Calibri.ttf /usr/share/fonts/trutype
rm calibri
wget http://legionfonts.com/download/
unzip
sudo mv .ttf /usr/share/fonts/trutype
rm
wget http://legionfonts.com/download/
unzip
sudo mv .ttf /usr/share/fonts/trutype
rm
wget http://legionfonts.com/download/
unzip
sudo mv .ttf /usr/share/fonts/trutype
rm
wget http://legionfonts.com/download/
unzip
sudo mv .ttf /usr/share/fonts/trutype
rm
# If DocumnentServer is running within a container
# find the container with:
# sudo docker ps -a
# and enter that container
# docker exec -it <documentserver> /bin/bash
documentserver-generate-allfonts.sh
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment