Skip to content

Commit

Permalink
Edited some files
Browse files Browse the repository at this point in the history
  • Loading branch information
zurg3 committed Apr 30, 2024
1 parent 189fe97 commit 69c6054
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions html/linux_yandex_mirror.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ <h2>from Russian mirror (Yandex)</h2>

// Ubuntu
var ubuntu_releases = {
'24.04': '24.04 LTS',
'23.10': '23.10',
'23.04': '23.04',
'22.04': '22.04.3 LTS',
'22.04': '22.04.4 LTS',
'20.04': '20.04.6 LTS',
'18.04': '18.04.6 LTS',
'16.04': '16.04.7 LTS'
};
var ubuntu_releases_full_codenames = {
'24.04': 'Noble Numbat',
'23.10': 'Mantic Minotaur',
'23.04': 'Lunar Lobster',
'22.04': 'Jammy Jellyfish',
'20.04': 'Focal Fossa',
'18.04': 'Bionic Beaver',
Expand Down Expand Up @@ -118,7 +118,7 @@ <h2>from Russian mirror (Yandex)</h2>
var arch_linux_arch = 'x86_64';

// Fedora
var fedora_version = '39';
var fedora_version = '40';
var fedora_edition = 'Workstation';
var fedora_arch = 'x86_64';

Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@
<p><a href="html/notepad.html">Notepad</a></p>
<p><a href="html/msl/index.html">My Spotify library</a></p>
<p><a href="html/sort_lines.html">Sort lines</a></p>
<p><a href="html/bookmarks.html">Bookmarks</a></p>
</body>
</html>

0 comments on commit 69c6054

Please sign in to comment.