Skip to content

Commit c8f471d

Browse files
authored
Merge pull request #1433 from eed3si9n/wip/linux
Add a note on pgp key
2 parents 83c7c30 + a76c3db commit c8f471d

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

src/pages/download.mdx

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ Homebrew maintainers have added a dependency to JDK 13 because they want to use
6262
<TabItem value="linux" label="Linux">
6363
<div class="distro_debian">
6464
<h3>Linux (deb)</h3>
65+
66+
:::note
67+
Please redownload the PGP key if you have not after February 2026, or if you see the "SHA1 is not considered secure" error.
68+
:::
69+
6570
```bash
6671
curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2EE0EA64E40A89B84B2DF73499E82A75642AC823" | sudo gpg --dearmor -o /etc/apt/keyrings/scalasbt.gpg
6772
echo "deb [signed-by=/etc/apt/keyrings/scalasbt.gpg] https://repo.scala-sbt.org/scalasbt/debian all main" | sudo tee /etc/apt/sources.list.d/sbt.list
@@ -84,18 +89,6 @@ sudo yum install sbt
8489
</TabItem>
8590
</Tabs>
8691

87-
Coursier (cs setup)
88-
-------------------
89-
90-
:::warning
91-
Install the latest Coursier before attempting the following steps.
92-
There are multiple bug reports on `cs setup`. See [coursier#2953](https://github.com/coursier/coursier/issues/2953), [#7278](https://github.com/sbt/sbt/issues/7278) etc.
93-
:::
94-
95-
```bash
96-
cs setup
97-
```
98-
9992
### Previous releases
10093

10194
<h4>1.x</h4>

0 commit comments

Comments
 (0)