Update 'README.md'
This commit is contained in:
parent
3f5c1a0c2a
commit
9f401c25e7
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -1,2 +1,18 @@
|
|||
# libreoffice-compilar
|
||||
|
||||
## Configuración de repositorio de libreoffice
|
||||
|
||||
```
|
||||
# echo "207.249.123.209 repos.libreoffice.gob.mx" >> /etc/hosts
|
||||
# cat <<EOF>>/etc/yum.repos.d/libreoffice_gob.repo
|
||||
[libreoffice_gob]
|
||||
baseurl = http://repos.libreoffice.gob.mx/repos/builddeps
|
||||
gpgcheck = 0
|
||||
name = LibreOffice Mexico goverment repo
|
||||
priority = 1
|
||||
EOF
|
||||
```
|
||||
|
||||
```
|
||||
# dnf module enable javapackages-tools:201801
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue