@@ -21,6 +21,11 @@ name=klts
21
21
baseurl=https://raw.githubusercontent.com/klts-io/kubernetes-lts/rpm-v${VERSION} /\$ basearch/
22
22
enabled=1
23
23
gpgcheck=0
24
+ [klts-other]
25
+ name=klts-others
26
+ baseurl=https://raw.githubusercontent.com/klts-io/others/rpm/\$ basearch/
27
+ enabled=1
28
+ gpgcheck=0
24
29
EOF
25
30
26
31
yum makecache
@@ -33,6 +38,7 @@ yum makecache
33
38
VERSION=1.18.20-lts.2
34
39
cat << EOF > /etc/apt/sources.list.d/klts.list
35
40
deb [trusted=yes] https://raw.githubusercontent.com/klts-io/kubernetes-lts/deb-v${VERSION} stable main
41
+ deb [trusted=yes] https://raw.githubusercontent.com/klts-io/others/deb stable main
36
42
EOF
37
43
38
44
apt-get update
@@ -59,6 +65,11 @@ name=klts
59
65
baseurl=https://raw.githubusercontent.com/klts-io/kubernetes-lts/rpm-v${VERSION} /\$ basearch/
60
66
enabled=1
61
67
gpgcheck=0
68
+ [klts-other]
69
+ name=klts-others
70
+ baseurl=https://raw.githubusercontent.com/klts-io/others/rpm/\$ basearch/
71
+ enabled=1
72
+ gpgcheck=0
62
73
EOF
63
74
64
75
yum makecache
@@ -75,6 +86,11 @@ name=klts
75
86
baseurl=https://hub.fastgit.org/klts-io/kubernetes-lts/raw/rpm-v${VERSION} /\$ basearch/
76
87
enabled=1
77
88
gpgcheck=0
89
+ [klts-other]
90
+ name=klts-others
91
+ baseurl=https://hub.fastgit.org/klts-io/others/raw/rpm/\$ basearch/
92
+ enabled=1
93
+ gpgcheck=0
78
94
EOF
79
95
80
96
yum makecache
@@ -91,6 +107,11 @@ name=klts
91
107
baseurl=https://ghproxy.com/https://raw.githubusercontent.com/klts-io/kubernetes-lts/rpm-v${VERSION} /\$ basearch/
92
108
enabled=1
93
109
gpgcheck=0
110
+ [klts-other]
111
+ name=klts-others
112
+ baseurl=https://ghproxy.com/https://raw.githubusercontent.com/klts-io/others/rpm/\$ basearch/
113
+ enabled=1
114
+ gpgcheck=0
94
115
EOF
95
116
96
117
yum makecache
@@ -107,6 +128,11 @@ name=klts
107
128
baseurl=https://raw.githubusercontents.com/klts-io/kubernetes-lts/rpm-v${VERSION} /\$ basearch/
108
129
enabled=1
109
130
gpgcheck=0
131
+ [klts-other]
132
+ name=klts-others
133
+ baseurl=https://raw.githubusercontents.com/klts-io/others/rpm/\$ basearch/
134
+ enabled=1
135
+ gpgcheck=0
110
136
EOF
111
137
112
138
yum makecache
@@ -123,6 +149,11 @@ name=klts
123
149
baseurl=https://raw.staticdn.net/klts-io/kubernetes-lts/rpm-v${VERSION} /\$ basearch/
124
150
enabled=1
125
151
gpgcheck=0
152
+ [klts-other]
153
+ name=klts-others
154
+ baseurl=https://raw.staticdn.net/klts-io/others/rpm/\$ basearch/
155
+ enabled=1
156
+ gpgcheck=0
126
157
EOF
127
158
128
159
yum makecache
@@ -146,6 +177,7 @@ curl https://raw.githubusercontent.com/wzshiming/github-hosts/master/hosts >>/et
146
177
VERSION=1.18.20-lts.2
147
178
cat << EOF > /etc/apt/sources.list.d/klts.list
148
179
deb [trusted=yes] https://raw.githubusercontent.com/klts-io/kubernetes-lts/deb-v${VERSION} stable main
180
+ deb [trusted=yes] https://raw.githubusercontent.com/klts-io/others/deb stable main
149
181
EOF
150
182
151
183
apt-get update
@@ -157,6 +189,7 @@ apt-get update
157
189
VERSION=1.18.20-lts.2
158
190
cat << EOF > /etc/apt/sources.list.d/klts.list
159
191
deb [trusted=yes] https://hub.fastgit.org/klts-io/kubernetes-lts/raw/deb-v${VERSION} stable main
192
+ deb [trusted=yes] https://hub.fastgit.org/klts-io/others/raw/deb stable main
160
193
EOF
161
194
162
195
apt-get update
@@ -168,6 +201,7 @@ apt-get update
168
201
VERSION=1.18.20-lts.2
169
202
cat << EOF > /etc/apt/sources.list.d/klts.list
170
203
deb [trusted=yes] https://ghproxy.com/https://raw.githubusercontent.com/klts-io/kubernetes-lts/deb-v${VERSION} stable main
204
+ deb [trusted=yes] https://ghproxy.com/https://raw.githubusercontent.com/klts-io/others/deb stable main
171
205
EOF
172
206
173
207
apt-get update
@@ -179,6 +213,7 @@ apt-get update
179
213
VERSION=1.18.20-lts.2
180
214
cat << EOF > /etc/apt/sources.list.d/klts.list
181
215
deb [trusted=yes] https://raw.githubusercontents.com/klts-io/kubernetes-lts/deb-v${VERSION} stable main
216
+ deb [trusted=yes] https://raw.githubusercontents.com/klts-io/others/deb stable main
182
217
EOF
183
218
184
219
apt-get update
@@ -190,6 +225,7 @@ apt-get update
190
225
VERSION=1.18.20-lts.2
191
226
cat << EOF > /etc/apt/sources.list.d/klts.list
192
227
deb [trusted=yes] https://raw.staticdn.net/klts-io/kubernetes-lts/deb-v${VERSION} stable main
228
+ deb [trusted=yes] https://raw.staticdn.net/klts-io/kubernetes-lts/deb stable main
193
229
EOF
194
230
195
231
apt-get update
0 commit comments