Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Add Hera 20200204 and fix previous version downloads (elementary#2313)
Browse files Browse the repository at this point in the history
* Add Hera 20200204 and fix previous version downloads

* Update installation.md
  • Loading branch information
lewisgoddard authored Feb 6, 2020
1 parent c7ba47d commit 429b291
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions _backend/config.example.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

$config = array(
'release_title' => 'Hera',
'release_version' => '5.1',
'release_filename' => 'elementaryos-5.1-stable.20191202.iso',
'release_size' => '1.47 GB',
'release_magnet' => '5b1599770c9f8c796ec8bbe096b8be545510e2c9',
'release_version' => '5.1.2',
'release_filename' => 'elementaryos-5.1-stable.20200204.iso',
'release_size' => '1.49 GB',
'release_magnet' => '50aa76ebbe8396e4afe93c2d8aede35faf5b1a51',

'previous_title' => 'Juno',
'previous_version' => '5.0',
'previous_filename' => 'elementaryos-5.0-stable.20181016.iso',
'previous_size' => '1.48 GB',
'previous_magnet' => 'f5b31b1bd67bf65fe97be298ec7c473cb2e3e201',

'previous_version' => '0.4.1',
'previous_filename' => 'elementaryos-0.4.1-stable.20180130.iso',
'previous_size' => '1.50 GB',
'previous_magnet' => 'baab8ca13fd7c83524c3fcba99b4b286b77ae547',
'chart_enable' => false,
'chart_link_project' => 'elementary',
'chart_link_milestone' => 'loki-rc1',
Expand Down
12 changes: 6 additions & 6 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ You'll need a USB flash drive with at least 2 GB of free space and a program cal
5. We generate a checksum (or hash sum) for elementary OS images so you can verify your downloaded file. This ensures that you've received the full, complete download and that your install image is not corrupted in any way. Click ![the checksum icon](images/docs/installation/rufus_checksum_icon.png) {.inline} next to "SELECT" and verify that the text next to "SHA256" matches the following hash:

```bash nohighlight
cd66c32d53eab6f789b8e69e499305b7af0c9b3083ed54d50b111136d2795ea1
190bbf738db0f15daa9ee4095bb64c307950082819081a969f8edd51f1faab07
```

6. If the hashes match, click "START" and wait for the process to finish.
Expand All @@ -89,20 +89,20 @@ Verifying your download is an important, but optional step. We generate a checks
Running the following command in your Terminal:

```bash nohighlight
shasum -a 256 ~/Downloads/elementaryos-5.1-stable.20191202.iso
shasum -a 256 ~/Downloads/elementaryos-5.1-stable.20200204.iso
```

Should produce the output:

```bash nohighlight
cd66c32d53eab6f789b8e69e499305b7af0c9b3083ed54d50b111136d2795ea1
190bbf738db0f15daa9ee4095bb64c307950082819081a969f8edd51f1faab07
```

Note: This is assuming that you have downloaded the .iso file to your Downloads folder.
In case you have downloaded it elsewhere, please specify the correct path to the downloaded file, as shown below

```bash nohighlight
shasum -a 256 <Path to the Downloaded Folder>/elementaryos-5.1-stable.20191202.iso
shasum -a 256 <Path to the Downloaded Folder>/elementaryos-5.1-stable.20200204.iso
```

## Creating an Install Drive {#creating-an-installation-medium .clear-float}
Expand Down Expand Up @@ -136,7 +136,7 @@ In order to start the installation process, you must boot your computer from the

#### Boot Errors

If your Mac doesn't recognize your elementary OS USB Install Drive in the boot menu, you may need to create an elementary OS Install DVD instead. To create one, insert a blank DVD, right click on the ISO file in Finder, and select "Burn elementaryos-5.1-stable.20191202.iso to Disc". When complete, attempt to boot again from the Install DVD.
If your Mac doesn't recognize your elementary OS USB Install Drive in the boot menu, you may need to create an elementary OS Install DVD instead. To create one, insert a blank DVD, right click on the ISO file in Finder, and select "Burn elementaryos-5.1-stable.20200204.iso to Disc". When complete, attempt to boot again from the Install DVD.

</div>

Expand All @@ -151,7 +151,7 @@ Verifying your download is an important, but optional step. We generate a checks
Running the following command in your terminal:

```bash nohighlight
sha256sum elementaryos-5.1-stable.20191202.iso
sha256sum elementaryos-5.1-stable.20200204.iso
```

should produce the output:
Expand Down

0 comments on commit 429b291

Please sign in to comment.