Skip to content

Commit

Permalink
Merge pull request #297 from asmrtfm/fix/sudo-apt-install-sudo
Browse files Browse the repository at this point in the history
fix/sudo-apt-install-sudo
  • Loading branch information
dhh authored Oct 13, 2024
2 parents c0f2d74 + d7b597b commit 0e2ae69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/terminal/mise.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Install mise for managing multiple versions of languages. See https://mise.jdx.dev/
sudo apt update -y && sudo apt install -y gpg sudo wget curl
sudo apt update -y && sudo apt install -y gpg 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=$(dpkg --print-architecture)] https://mise.jdx.dev/deb stable main" | sudo tee /etc/apt/sources.list.d/mise.list
Expand Down

0 comments on commit 0e2ae69

Please sign in to comment.