4 lines
98 B
Bash
Executable file
4 lines
98 B
Bash
Executable file
#!/bin/bash
|
|
|
|
docker exec sharelatex tlmgr update --self
|
|
docker exec sharelatex tlmgr update --all
|