|
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 |
| - <strong>Venom Linux</strong> users can use the |
| 8 | + Users can use the |
9 | 9 | <code>scratch</code> command to keep their <strong>Venom Linux</strong> up
|
10 | 10 | to date, since <strong>Venom Linux</strong> is a rolling release.<br /><br />
|
11 | 11 | <Fieldset legend="Download">
|
|
58 | 58 | />
|
59 | 59 | </template>
|
60 | 60 | </Column>
|
61 |
| - <Column field="md5" header="MD5"> |
| 61 | + <Column field="md5" header="Verify"> |
62 | 62 | <template #body="slotProps">
|
63 | 63 | <Button
|
64 | 64 | type="button"
|
@@ -107,43 +107,30 @@ export default {
|
107 | 107 | return {
|
108 | 108 | download_osdn: [
|
109 | 109 | {
|
110 |
| - version: "A complete xfce4 desktop (ISO)", |
111 |
| - download: "https://osdn.net/dl/venomlinux/venomlinux-20201116.iso", |
112 |
| - md5: "https://osdn.net/dl/venomlinux/venomlinux-20201116.iso.md5" |
113 |
| - }, |
114 |
| - { |
115 |
| - version: "A minimal base system (ISO)", |
116 |
| - download: |
117 |
| - "https://osdn.net/dl/venomlinux/venomlinux-base-20201124.iso", |
118 |
| - md5: "https://osdn.net/dl/venomlinux/venomlinux-base-20201124.iso.md5" |
| 110 | + version: "Openbox ISO", |
| 111 | + download: "https://osdn.net/dl/venomlinux/venomlinux-20210312.iso", |
| 112 | + md5: "https://osdn.net/dl/venomlinux/venomlinux-20210312.iso.md5" |
119 | 113 | },
|
120 | 114 | {
|
121 |
| - version: "A tarball of the rootfs (tar.xz)", |
| 115 | + version: "Base rootfs tarball", |
122 | 116 | download: "https://osdn.net/dl/venomlinux/venomlinux-rootfs.tar.xz",
|
123 | 117 | md5: "https://osdn.net/dl/venomlinux/venomlinux-rootfs.tar.xz.md5"
|
124 | 118 | }
|
125 | 119 | ],
|
126 | 120 | download_sourceforge: [
|
127 | 121 | {
|
128 |
| - version: "A complete xfce4 desktop (ISO)", |
129 |
| - download: |
130 |
| - "https://sourceforge.net/projects/venomlinux/files/202011/venomlinux-base-20201124.iso/download", |
131 |
| - md5: |
132 |
| - "https://sourceforge.net/projects/venomlinux/files/202011/venomlinux-base-20201124.iso/download" |
133 |
| - }, |
134 |
| - { |
135 |
| - version: "A minimal base system (ISO)", |
| 122 | + version: "Openbox ISO", |
136 | 123 | download:
|
137 |
| - "https://sourceforge.net/projects/venomlinux/files/202011/venomlinux-base-20201124.iso/download", |
| 124 | + "https://sourceforge.net/projects/venomlinux/files/202103/venomlinux-20210312.iso/download", |
138 | 125 | md5:
|
139 |
| - "https://sourceforge.net/projects/venomlinux/files/202011/venomlinux-base-20201124.iso/download" |
| 126 | + "https://sourceforge.net/projects/venomlinux/files/202103/venomlinux-20210312.iso/download" |
140 | 127 | },
|
141 | 128 | {
|
142 |
| - version: "A tarball of the rootfs (tar.xz)", |
| 129 | + version: "Base rootfs tarball", |
143 | 130 | download:
|
144 |
| - "https://sourceforge.net/projects/venomlinux/files/202011/venomlinux-rootfs.tar.xz/download", |
| 131 | + "https://sourceforge.net/projects/venomlinux/files/202103/venomlinux-rootfs.tar.xz/download", |
145 | 132 | md5:
|
146 |
| - "https://sourceforge.net/projects/venomlinux/files/202011/venomlinux-rootfs.tar.xz.md5/download" |
| 133 | + "https://sourceforge.net/projects/venomlinux/files/202103/venomlinux-rootfs.tar.xz.md5/download" |
147 | 134 | }
|
148 | 135 | ]
|
149 | 136 | };
|
|
0 commit comments