Remove rbw dependency and ask for OpenAI key directly
This commit is contained in:
parent
c6241adf5a
commit
1d91f3d683
4 changed files with 6 additions and 2 deletions
|
|
@ -35,9 +35,11 @@ echo -e "${C_DODGERBLUE1}Installing packages...${NO_FORMAT}"
|
|||
# ╰──────────────────────────────────────────────────────────╯
|
||||
|
||||
if ! command -v cargo > /dev/null; then
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path --default-toolchain stable
|
||||
export PATH="$PATH:$HOME/.cargo/bin/"
|
||||
fi
|
||||
|
||||
rustup update
|
||||
|
||||
# ╭──────────────────────────────────────────────────────────╮
|
||||
# │ Install Cargo Packages │
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue