kazi92 / oneAPI-AI-and-HPC-DevSummit-2023-workshop

LLM Custom Chatbot development with Huggingface opensource Mistral 7B model with Intel Developer Cloud (IDC)
2 stars 1 forks source link

ngrok install complex command fails #2

Open MrCsabaToth opened 7 months ago

MrCsabaToth commented 7 months ago

The new line before the the second URL's hyphen leaves a space in the middle of the URL:

curl -s https://ngrok-agent.s3.amazonaws.com/ngrok.asc | sudo tee /etc/apt/trusted.gpg.d/ngrok.asc >/dev/null && echo "deb https://ngrok-/ agent.s3.amazonaws.com buster main" | sudo tee /etc/apt/sources.list.d/ngrok.list && sudo apt update && sudo apt install ngrok

This way the command fails. The new line should be removed and/or the command could be in a code block like Step 1.