Skip to content

Commit 028f995

Browse files
committed
add uv install
1 parent 88d77f6 commit 028f995

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/setup_host.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ echo "you may need to restart your machine"
5454
curl -fsSL https://pixi.sh/install.sh | bash
5555
echo 'eval "$(pixi completion --shell bash)"' >> ~/.bashrc
5656

57+
#INSTALL UV
58+
curl -LsSf https://astral.sh/uv/install.sh | sh
59+
5760
sudo groupadd docker
5861
sudo usermod -aG docker $USER
5962
newgrp docker || true

0 commit comments

Comments
 (0)