Skip to content

Commit

Permalink
Merge pull request #301 from shahwan42/master
Browse files Browse the repository at this point in the history
Fix: mise installation for arm64 systems
  • Loading branch information
dhh authored Oct 11, 2024
2 parents 5608255 + e5d371c commit c0f2d74
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
Expand Up @@ -2,6 +2,6 @@
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
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
sudo apt update
sudo apt install -y mise

0 comments on commit c0f2d74

Please sign in to comment.