What is the "Proper" Way to Compile or Install Something from Github and Make it Accessible in a Template?

I forgot about proxy for curl, try this:

export http_proxy=http://127.0.0.1:8082
export https_proxy=http://127.0.0.1:8082
curl -o sdkman.sh https://get.sdkman.io/
chmod +x sdkman.sh
./sdkman.sh
1 Like