Skip to content

Commit

Permalink
Merge pull request #57 from microsoft/45-support-for-python-and-pip
Browse files Browse the repository at this point in the history
Fix wget command
  • Loading branch information
markphip authored May 7, 2024
2 parents 2229b11 + 9de570c commit f86ce03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/artifacts-helper/scripts/install-python-keyring.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

cd /tmp
wget -qO- https://github.com/microsoft/codespace-features/releases/download/latest/codespaces_artifacts_helper_keyring-0.1.0-py3-none-any.whl
wget https://github.com/microsoft/codespace-features/releases/download/latest/codespaces_artifacts_helper_keyring-0.1.0-py3-none-any.whl
pip install codespaces_artifacts_helper_keyring-0.1.0-py3-none-any.whl

0 comments on commit f86ce03

Please sign in to comment.