Fix issue 360

This commit is contained in:
makpif 2021-05-21 16:07:43 +03:00
parent 666fc6873e
commit bfb4bd7ee3
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@
- [Groff](build-system/groff)
- [Less](build-system/less)
- [Gzip](build-system/gzip)
- [Iproute](build-system/iproute)
- [Iproute2](build-system/iproute)
- [**Выбор системы инициализации**](build-system/init-system)
- **SysVinit**
- **SystemD**

View File

@ -5,7 +5,7 @@
el: '#main',
data: { package: {} },
mounted: function () {
this.getPackage('iproute');
this.getPackage('iproute2');
},
methods: {
getPackage: function(name) {