Skip to content

Commit

Permalink
use sudo for apt (jdx#3595)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhalim authored and miguelmig committed Dec 21, 2024
1 parent 3c472e7 commit 490d6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installing-mise.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ For installation on Ubuntu/Debian:
::: code-group

```sh [amd64]
apt update -y && apt install -y gpg sudo wget curl
sudo apt update -y && sudo apt install -y gpg sudo wget curl
sudo install -dm 755 /etc/apt/keyrings
wget -qO - https://mise.jdx.dev/gpg-key.pub | gpg --dearmor | sudo tee /etc/apt/keyrings/mise-archive-keyring.gpg 1> /dev/null
echo "deb [signed-by=/etc/apt/keyrings/mise-archive-keyring.gpg arch=amd64] https://mise.jdx.dev/deb stable main" | sudo tee /etc/apt/sources.list.d/mise.list
Expand Down

0 comments on commit 490d6c3

Please sign in to comment.