Skip to content

Commit

Permalink
add notice on security best practice of piping to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks committed Jan 14, 2025
1 parent 75a0875 commit 3672e44
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/announcements.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Stay up to date with the latest changes to Foundry.

## 🚨 Actions required

Upgrade your installation of Foundryup!
Upgrade your installation of `foundryup`!

Run: `curl -L https://foundry.paradigm.xyz | bash`

Expand All @@ -26,7 +26,15 @@ Big shoutout to the Foundry community - your bug reports, feature requests and c

Run: `curl -L https://foundry.paradigm.xyz | bash`

After updating you'll be able to update to the latest version of `foundryup` by running `foundryup --update`.
As a security best practice it is recommended you manually follow the [redirect](https://foundry.paradigm.xyz), inspect the [installer](https://raw.githubusercontent.com/foundry-rs/foundry/master/foundryup/install) you are about to run and the new version of [`foundryup`](https://raw.githubusercontent.com/foundry-rs/foundry/master/foundryup/foundryup) you are about to install.

After the initial update you'll be able to update to the latest version of `foundryup` using:

```sh
foundryup --update
```

by running `foundryup --update`.

#### How do I install multiple versions?

Expand Down

0 comments on commit 3672e44

Please sign in to comment.