mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-03 15:27:17 +08:00
Fix issue 360
This commit is contained in:
parent
666fc6873e
commit
bfb4bd7ee3
@ -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**
|
||||
|
@ -5,7 +5,7 @@
|
||||
el: '#main',
|
||||
data: { package: {} },
|
||||
mounted: function () {
|
||||
this.getPackage('iproute');
|
||||
this.getPackage('iproute2');
|
||||
},
|
||||
methods: {
|
||||
getPackage: function(name) {
|
||||
|
Loading…
Reference in New Issue
Block a user