Skip to content

Commit

Permalink
Bad UV install script
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Aug 21, 2024
1 parent caba1a9 commit fdbf0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/packages_setup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export PATH="/root/.local/bin:$PATH"
poetry config virtualenvs.create false

# Add uv
$ curl -LsSf https://astral.sh/uv/install.sh | sh
curl -LsSf https://astral.sh/uv/install.sh | sh

curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - \
&& echo 'deb https://deb.nodesource.com/node_14.x buster main' > /etc/apt/sources.list.d/nodesource.list
Expand Down

0 comments on commit fdbf0a8

Please sign in to comment.