mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-03 07:17:17 +08:00
temp system header fix
This commit is contained in:
parent
cf287d4615
commit
7862b49736
@ -1,20 +1,4 @@
|
||||
<package-info :package="package" showsbu></package-info>
|
||||
|
||||
<script>
|
||||
new Vue({
|
||||
el: '#main',
|
||||
data: { package: {} },
|
||||
mounted: function () {
|
||||
this.getPackage('bash');
|
||||
},
|
||||
methods: {
|
||||
getPackage: function(name) {
|
||||
getPackage(name)
|
||||
.then(response => this.package = response);
|
||||
},
|
||||
}
|
||||
})
|
||||
</script>
|
||||
{{ include('../packages/bash/README.md') }}
|
||||
|
||||
### Настройка
|
||||
|
||||
|
@ -1,20 +1,4 @@
|
||||
<package-info :package="package" ></package-info>
|
||||
|
||||
<script>
|
||||
new Vue({
|
||||
el: '#main',
|
||||
data: { package: {} },
|
||||
mounted: function () {
|
||||
this.getPackage('binutils');
|
||||
},
|
||||
methods: {
|
||||
getPackage: function(name) {
|
||||
getPackage(name)
|
||||
.then(response => this.package = response);
|
||||
},
|
||||
}
|
||||
})
|
||||
</script>
|
||||
{{ include('../packages/binutils/README.md') }}
|
||||
|
||||
## Подготовка
|
||||
|
||||
|
@ -1,21 +1,4 @@
|
||||
<package-info :package="package" showsbu></package-info>
|
||||
|
||||
<script>
|
||||
new Vue({
|
||||
el: '#main',
|
||||
data: { package: {} },
|
||||
mounted: function () {
|
||||
this.getPackage('bison');
|
||||
},
|
||||
methods: {
|
||||
getPackage: function(name) {
|
||||
getPackage(name)
|
||||
.then(response => this.package = response);
|
||||
},
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
{{ include('../packages/bison/README.md') }}
|
||||
## Настройка
|
||||
|
||||
```bash
|
||||
|
@ -1,20 +1,5 @@
|
||||
<package-info :package="package" showsbu></package-info>
|
||||
{{ include('../packages/coreutils/README.md') }}
|
||||
|
||||
<script>
|
||||
new Vue({
|
||||
el: '#main',
|
||||
data: { package: {} },
|
||||
mounted: function () {
|
||||
this.getPackage('coreutils');
|
||||
},
|
||||
methods: {
|
||||
getPackage: function(name) {
|
||||
getPackage(name)
|
||||
.then(response => this.package = response);
|
||||
},
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
## Настройка
|
||||
|
||||
|
@ -1,20 +1,4 @@
|
||||
<package-info :package="package" showsbu></package-info>
|
||||
|
||||
<script>
|
||||
new Vue({
|
||||
el: '#main',
|
||||
data: { package: {} },
|
||||
mounted: function () {
|
||||
this.getPackage('diffutils');
|
||||
},
|
||||
methods: {
|
||||
getPackage: function(name) {
|
||||
getPackage(name)
|
||||
.then(response => this.package = response);
|
||||
},
|
||||
}
|
||||
})
|
||||
</script>
|
||||
{{ include('../packages/diffutils/README.md') }}
|
||||
|
||||
## Настройка
|
||||
|
||||
|
@ -1,20 +1,4 @@
|
||||
<package-info :package="package" showsbu></package-info>
|
||||
|
||||
<script>
|
||||
new Vue({
|
||||
el: '#main',
|
||||
data: { package: {} },
|
||||
mounted: function () {
|
||||
this.getPackage('file');
|
||||
},
|
||||
methods: {
|
||||
getPackage: function(name) {
|
||||
getPackage(name)
|
||||
.then(response => this.package = response);
|
||||
},
|
||||
}
|
||||
})
|
||||
</script>
|
||||
{{ include('../packages/file/README.md') }}
|
||||
|
||||
## Подготовка
|
||||
|
||||
|
@ -1,20 +1,4 @@
|
||||
<package-info :package="package" showsbu></package-info>
|
||||
|
||||
<script>
|
||||
new Vue({
|
||||
el: '#main',
|
||||
data: { package: {} },
|
||||
mounted: function () {
|
||||
this.getPackage('findutils');
|
||||
},
|
||||
methods: {
|
||||
getPackage: function(name) {
|
||||
getPackage(name)
|
||||
.then(response => this.package = response);
|
||||
},
|
||||
}
|
||||
})
|
||||
</script>
|
||||
{{ include('../packages/findutils/README.md') }}
|
||||
|
||||
## Настройка
|
||||
|
||||
|
@ -1,20 +1,4 @@
|
||||
<package-info :package="package" showsbu></package-info>
|
||||
|
||||
<script>
|
||||
new Vue({
|
||||
el: '#main',
|
||||
data: { package: {} },
|
||||
mounted: function () {
|
||||
this.getPackage('gawk');
|
||||
},
|
||||
methods: {
|
||||
getPackage: function(name) {
|
||||
getPackage(name)
|
||||
.then(response => this.package = response);
|
||||
},
|
||||
}
|
||||
})
|
||||
</script>
|
||||
{{ include('../packages/gawk/README.md') }}
|
||||
|
||||
## Настройка
|
||||
|
||||
|
@ -1,20 +1,5 @@
|
||||
<package-info :package="package" showsbu></package-info>
|
||||
{{ include('../packages/gettext/README.md') }}
|
||||
|
||||
<script>
|
||||
new Vue({
|
||||
el: '#main',
|
||||
data: { package: {} },
|
||||
mounted: function () {
|
||||
this.getPackage('gettext');
|
||||
},
|
||||
methods: {
|
||||
getPackage: function(name) {
|
||||
getPackage(name)
|
||||
.then(response => this.package = response);
|
||||
},
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
## Настройка
|
||||
|
||||
|
@ -1,20 +1,4 @@
|
||||
<package-info :package="package" showsbu></package-info>
|
||||
|
||||
<script>
|
||||
new Vue({
|
||||
el: '#main',
|
||||
data: { package: {} },
|
||||
mounted: function () {
|
||||
this.getPackage('grep');
|
||||
},
|
||||
methods: {
|
||||
getPackage: function(name) {
|
||||
getPackage(name)
|
||||
.then(response => this.package = response);
|
||||
},
|
||||
}
|
||||
})
|
||||
</script>
|
||||
{{ include('../packages/grep/README.md') }}
|
||||
|
||||
## Настройка
|
||||
|
||||
|
@ -1,20 +1,4 @@
|
||||
<package-info :package="package" showsbu></package-info>
|
||||
|
||||
<script>
|
||||
new Vue({
|
||||
el: '#main',
|
||||
data: { package: {} },
|
||||
mounted: function () {
|
||||
this.getPackage('gzip');
|
||||
},
|
||||
methods: {
|
||||
getPackage: function(name) {
|
||||
getPackage(name)
|
||||
.then(response => this.package = response);
|
||||
},
|
||||
}
|
||||
})
|
||||
</script>
|
||||
{{ include('../packages/gzip/README.md') }}
|
||||
|
||||
## Настройка
|
||||
|
||||
|
@ -1,20 +1,4 @@
|
||||
<package-info :package="package" showsbu></package-info>
|
||||
|
||||
<script>
|
||||
new Vue({
|
||||
el: '#main',
|
||||
data: { package: {} },
|
||||
mounted: function () {
|
||||
this.getPackage('m4');
|
||||
},
|
||||
methods: {
|
||||
getPackage: function(name) {
|
||||
getPackage(name)
|
||||
.then(response => this.package = response);
|
||||
},
|
||||
}
|
||||
})
|
||||
</script>
|
||||
{{ include('../packages/m4/README.md') }}
|
||||
|
||||
## Настройка
|
||||
|
||||
|
@ -1,20 +1,4 @@
|
||||
<package-info :package="package" showsbu></package-info>
|
||||
|
||||
<script>
|
||||
new Vue({
|
||||
el: '#main',
|
||||
data: { package: {} },
|
||||
mounted: function () {
|
||||
this.getPackage('make');
|
||||
},
|
||||
methods: {
|
||||
getPackage: function(name) {
|
||||
getPackage(name)
|
||||
.then(response => this.package = response);
|
||||
},
|
||||
}
|
||||
})
|
||||
</script>
|
||||
{{ include('../packages/make/README.md') }}
|
||||
|
||||
## Настройка
|
||||
|
||||
|
@ -1,20 +1,4 @@
|
||||
<package-info :package="package" showsbu></package-info>
|
||||
|
||||
<script>
|
||||
new Vue({
|
||||
el: '#main',
|
||||
data: { package: {} },
|
||||
mounted: function () {
|
||||
this.getPackage('ncurses');
|
||||
},
|
||||
methods: {
|
||||
getPackage: function(name) {
|
||||
getPackage(name)
|
||||
.then(response => this.package = response);
|
||||
},
|
||||
}
|
||||
})
|
||||
</script>
|
||||
{{ include('../packages/ncurses/README.md') }}
|
||||
|
||||
## Настройка
|
||||
|
||||
|
@ -1,22 +1,4 @@
|
||||
<!-- Этот шаблон можно использовавть для инструкции по сборке пакета. Каркас. -->
|
||||
|
||||
<package-info :package="package" showsbu></package-info>
|
||||
|
||||
<script>
|
||||
new Vue({
|
||||
el: '#main',
|
||||
data: { package: {} },
|
||||
mounted: function () {
|
||||
this.getPackage('patch');
|
||||
},
|
||||
methods: {
|
||||
getPackage: function(name) {
|
||||
getPackage(name)
|
||||
.then(response => this.package = response);
|
||||
},
|
||||
}
|
||||
})
|
||||
</script>
|
||||
{{ include('../packages/patch/README.md') }}
|
||||
|
||||
## Настройка
|
||||
|
||||
|
@ -1,20 +1,4 @@
|
||||
<package-info :package="package" showsbu></package-info>
|
||||
|
||||
<script>
|
||||
new Vue({
|
||||
el: '#main',
|
||||
data: { package: {} },
|
||||
mounted: function () {
|
||||
this.getPackage('perl');
|
||||
},
|
||||
methods: {
|
||||
getPackage: function(name) {
|
||||
getPackage(name)
|
||||
.then(response => this.package = response);
|
||||
},
|
||||
}
|
||||
})
|
||||
</script>
|
||||
{{ include('../packages/perl/README.md') }}
|
||||
|
||||
## Настройка
|
||||
|
||||
|
@ -1,20 +1,4 @@
|
||||
<package-info :package="package" showsbu></package-info>
|
||||
|
||||
<script>
|
||||
new Vue({
|
||||
el: '#main',
|
||||
data: { package: {} },
|
||||
mounted: function () {
|
||||
this.getPackage('python');
|
||||
},
|
||||
methods: {
|
||||
getPackage: function(name) {
|
||||
getPackage(name)
|
||||
.then(response => this.package = response);
|
||||
},
|
||||
}
|
||||
})
|
||||
</script>
|
||||
{{ include('../packages/python/README.md') }}
|
||||
|
||||
## Настройка
|
||||
|
||||
|
@ -1,20 +1,4 @@
|
||||
<package-info :package="package" showsbu></package-info>
|
||||
|
||||
<script>
|
||||
new Vue({
|
||||
el: '#main',
|
||||
data: { package: {} },
|
||||
mounted: function () {
|
||||
this.getPackage('sed');
|
||||
},
|
||||
methods: {
|
||||
getPackage: function(name) {
|
||||
getPackage(name)
|
||||
.then(response => this.package = response);
|
||||
},
|
||||
}
|
||||
})
|
||||
</script>
|
||||
{{ include('../packages/sed/README.md') }}
|
||||
|
||||
## Настройка
|
||||
|
||||
|
@ -1,22 +1,4 @@
|
||||
<package-info :package="package" showsbu></package-info>
|
||||
|
||||
<script>
|
||||
new Vue({
|
||||
el: '#main',
|
||||
data: { package: {} },
|
||||
mounted: function () {
|
||||
this.getPackage('tar');
|
||||
},
|
||||
|
||||
methods: {
|
||||
getPackage: function(name) {
|
||||
getPackage(name)
|
||||
.then(response => this.package = response);
|
||||
},
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
{{ include('../packages/tar/README.md') }}
|
||||
## Настройка
|
||||
|
||||
```bash
|
||||
|
@ -1,20 +1,4 @@
|
||||
<package-info :package="package" showsbu></package-info>
|
||||
|
||||
<script>
|
||||
new Vue({
|
||||
el: '#main',
|
||||
data: { package: {} },
|
||||
mounted: function () {
|
||||
this.getPackage('texinfo');
|
||||
},
|
||||
methods: {
|
||||
getPackage: function(name) {
|
||||
getPackage(name)
|
||||
.then(response => this.package = response);
|
||||
},
|
||||
}
|
||||
})
|
||||
</script>
|
||||
{{ include('../packages/texinfo/README.md') }}
|
||||
|
||||
## Настройка
|
||||
|
||||
|
@ -1,20 +1,5 @@
|
||||
<package-info :package="package" showsbu></package-info>
|
||||
{{ include('../packages/util-linux/README.md') }}
|
||||
|
||||
<script>
|
||||
new Vue({
|
||||
el: '#main',
|
||||
data: { package: {} },
|
||||
mounted: function () {
|
||||
this.getPackage('util-linux');
|
||||
},
|
||||
methods: {
|
||||
getPackage: function(name) {
|
||||
getPackage(name)
|
||||
.then(response => this.package = response);
|
||||
},
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
## Настройка
|
||||
|
||||
|
@ -1,20 +1,4 @@
|
||||
<package-info :package="package" showsbu></package-info>
|
||||
|
||||
<script>
|
||||
new Vue({
|
||||
el: '#main',
|
||||
data: { package: {} },
|
||||
mounted: function () {
|
||||
this.getPackage('xz');
|
||||
},
|
||||
methods: {
|
||||
getPackage: function(name) {
|
||||
getPackage(name)
|
||||
.then(response => this.package = response);
|
||||
},
|
||||
}
|
||||
})
|
||||
</script>
|
||||
{{ include('../packages/xz/README.md') }}
|
||||
|
||||
## Настройка
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user