|
5 | 5 | <strong>Venom Linux</strong> can be obtained from various sources. Choose
|
6 | 6 | the source and variant that suits you.
|
7 | 7 | <br />
|
8 |
| - Users can use the |
9 |
| - <code>scratch</code> command to keep their <strong>Venom Linux</strong> up |
10 |
| - to date, since <strong>Venom Linux</strong> is a rolling release.<br /><br /> |
| 8 | + Current version is <strong>2.0</strong> <br /><br /> |
11 | 9 | <Fieldset legend="Download">
|
12 | 10 | <Panel header="Venomlinux Server (Location: Germany)">
|
13 | 11 | <DataTable :value="download_server_germany">
|
@@ -139,41 +137,42 @@ export default {
|
139 | 137 | download_server_germany: [
|
140 | 138 | {
|
141 | 139 | version: "Openbox ISO",
|
142 |
| - download: "https://dl.venomlinux.org/venomlinux-20210312.iso", |
143 |
| - md5: "https://dl.venomlinux.org/venomlinux-20210312.iso.md5" |
| 140 | + download: "https://dl.venomlinux.org/venomlinux-2.0.iso", |
| 141 | + md5: "https://dl.venomlinux.org/venomlinux-2.0.iso.md5" |
144 | 142 | },
|
145 | 143 | {
|
146 | 144 | version: "Base rootfs tarball",
|
147 |
| - download: "https://dl.venomlinux.org/venomlinux-rootfs.tar.xz", |
148 |
| - md5: "https://dl.venomlinux.org/venomlinux-rootfs.tar.xz.md5" |
| 145 | + download: "https://dl.venomlinux.org/venomlinux-rootfs-2.0.tar.xz", |
| 146 | + md5: "https://dl.venomlinux.org/venomlinux-rootfs-2.0.tar.xz.md5" |
149 | 147 | }
|
150 | 148 | ],
|
151 | 149 | download_osdn: [
|
152 | 150 | {
|
153 | 151 | version: "Openbox ISO",
|
154 |
| - download: "https://osdn.net/dl/venomlinux/venomlinux-20210312.iso", |
155 |
| - md5: "https://osdn.net/dl/venomlinux/venomlinux-20210312.iso.md5" |
| 152 | + download: "https://osdn.net/dl/venomlinux/venomlinux-2.0.iso", |
| 153 | + md5: "https://osdn.net/dl/venomlinux/venomlinux-2.0.iso.md5" |
156 | 154 | },
|
157 | 155 | {
|
158 | 156 | version: "Base rootfs tarball",
|
159 |
| - download: "https://osdn.net/dl/venomlinux/venomlinux-rootfs.tar.xz", |
160 |
| - md5: "https://osdn.net/dl/venomlinux/venomlinux-rootfs.tar.xz.md5" |
| 157 | + download: |
| 158 | + "https://osdn.net/dl/venomlinux/venomlinux-rootfs-2.0.tar.xz", |
| 159 | + md5: "https://osdn.net/dl/venomlinux/venomlinux-rootfs-2.0.tar.xz.md5" |
161 | 160 | }
|
162 | 161 | ],
|
163 | 162 | download_sourceforge: [
|
164 | 163 | {
|
165 | 164 | version: "Openbox ISO",
|
166 | 165 | download:
|
167 |
| - "https://sourceforge.net/projects/venomlinux/files/202103/venomlinux-20210312.iso/download", |
| 166 | + "https://sourceforge.net/projects/venomlinux/files/2.0/venomlinux-2.0.iso/download", |
168 | 167 | md5:
|
169 |
| - "https://sourceforge.net/projects/venomlinux/files/202103/venomlinux-20210312.iso/download" |
| 168 | + "https://sourceforge.net/projects/venomlinux/files/2.0/venomlinux-2.0.iso/download" |
170 | 169 | },
|
171 | 170 | {
|
172 | 171 | version: "Base rootfs tarball",
|
173 | 172 | download:
|
174 |
| - "https://sourceforge.net/projects/venomlinux/files/202103/venomlinux-rootfs.tar.xz/download", |
| 173 | + "https://sourceforge.net/projects/venomlinux/files/2.0/venomlinux-rootfs-2.0.tar.xz/download", |
175 | 174 | md5:
|
176 |
| - "https://sourceforge.net/projects/venomlinux/files/202103/venomlinux-rootfs.tar.xz.md5/download" |
| 175 | + "https://sourceforge.net/projects/venomlinux/files/2.0/venomlinux-rootfs-2.0.tar.xz.md5/download" |
177 | 176 | }
|
178 | 177 | ]
|
179 | 178 | };
|
|
0 commit comments