Skip to content

Commit 84e3d97

Browse files
authored
Update index.html
1 parent 0e0c808 commit 84e3d97

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

installation/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
<h1 class="page-title">Installation guide</h1>
1111
<hr>
1212

13-
<h2 class="page-title">KERN-7 - Ubuntu 20.04</h2>
13+
<h2 class="page-title">KERN-8 - Ubuntu 20.04</h2>
1414
<p>A new version of KERN is released roughly every 6 months and is based on the latest Ubuntu LTS release.
1515
The current
16-
release of KERN is KERN-7 and is based on Ubuntu 20.04 (Focal). To enable the KERN-7 repository on a
16+
release of KERN is KERN-8 and is based on Ubuntu 20.04 (Focal). To enable the KERN-8 repository on a
1717
Ubuntu 20.04
1818
system run:
1919
</p>
2020

2121
<figure class="code">
2222
<pre><code>
2323
$ sudo apt-get install software-properties-common
24-
$ sudo add-apt-repository -s ppa:kernsuite/kern-7
24+
$ sudo add-apt-repository -s ppa:kernsuite/kern-8
2525
$ sudo apt-add-repository multiverse
2626
$ sudo apt-add-repository restricted
2727
$ sudo apt-get update
@@ -44,7 +44,7 @@ <h2 class="page-title">Docker and singularity</h2>
4444
and <a href="http://singularity.lbl.gov/">Singularity</a> images:
4545
<figure class="code">
4646
<pre><code>
47-
FROM kernsuite/base:7
47+
FROM kernsuite/base:8
4848
RUN docker-apt-install python3-casacore
4949
</code></pre>
5050
</figure>
@@ -57,7 +57,7 @@ <h2 class="page-title">Docker and singularity</h2>
5757
<figure class="code">
5858
<pre><code>
5959
Bootstrap: docker
60-
From:kernsuite/base:7
60+
From:kernsuite/base:8
6161
%post
6262
docker-apt-install python3-casacore
6363
</code></pre>

0 commit comments

Comments
 (0)