diff --git a/code-server-setup.sh b/code-server-setup.sh index 0ea74e9..281fc58 100644 --- a/code-server-setup.sh +++ b/code-server-setup.sh @@ -13,7 +13,7 @@ echo "Updating package manager..." sudo apt update && sudo apt upgrade -y sudo apt install -y wget -wget -O /config/workspace/README.md https://hc-cdn.hel1.your-objectstorage.com/s/v3/07ecba76556e3d58d3532ab237ea0aa3dfb6c18e_in-space.md +wget -O /config/workspace/README.md https://raw.githubusercontent.com/hackclub/spaces/refs/heads/main/in-space.md echo "Installing essential system tools..." sudo apt install -y \ diff --git a/in-space.md b/in-space.md index 524ea81..2f9de26 100644 --- a/in-space.md +++ b/in-space.md @@ -7,6 +7,10 @@ If a tool you need is not listed, attempt to install it using one of the package If a tool listed here is not working, wait a few minutes and try again! The installation is ran in the background upon space creation to minimize space creation times, so you might have to wait a minute or two for all tools to become available +##### Hackatime + +Make sure to set your hackatime api key in settings! if you have done that, Hackatime has been auto installed and set up for you, and will be tracking your time + ##### General ``` git @@ -27,6 +31,7 @@ python3-pip python3-venv python3-dev python3-setuptools +uv ``` ##### Javascript: @@ -78,5 +83,4 @@ rails ``` go crystal -uv ``` \ No newline at end of file