Skip to content

Commit

Permalink
update mise installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Allianaab2m committed Nov 16, 2024
1 parent f963da9 commit 3d904ac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion linux/run_once_01_init_setup.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ sudo apt install -y \
curl https://sh.rustup.rs -sSf | sh

# mise
curl https://mise.run | sh
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
sudo apt update
sudo apt install -y mise

# aqua
curl -sSfL https://raw.githubusercontent.com/aquaproj/aqua-installer/v3.0.1/aqua-installer | bash
Expand Down

0 comments on commit 3d904ac

Please sign in to comment.