Skip to content

Commit

Permalink
Update Ubuntu script instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
patricia-gallardo committed Jun 12, 2024
1 parent 2b25207 commit fd3c7b1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion test/exercises/31_exercises.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,15 @@ iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercon
<details>
<summary>Ubuntu: <b>apt</b></summary>

In case you are missing curl
```bash
bash <(curl -s https://raw.githubusercontent.com/mod-cpp/ms-pacman/main/dev/ubuntu.sh)
sudo apt install curl
```

The run the [this script](../../dev/ubuntu.sh), either from the checked out repo or from GitHub:

```bash
DEBIAN_FRONTEND=noninteractive bash <(curl -s https://raw.githubusercontent.com/mod-cpp/ms-pacman/main/dev/ubuntu.sh)
```

</details>
Expand Down

0 comments on commit fd3c7b1

Please sign in to comment.