"launch/llmctl/vscode:/vscode.git/clone" did not exist on "88ad3425c4f8affd0fdc0431713f114c9f8058c3"
Unverified Commit dc4d04c8 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz Committed by GitHub
Browse files

Merge pull request #171 from josemduarte/download-uniref-fix

Fixing issue in download_uniref90.sh
parents f4b1347b 55cce52e
......@@ -36,6 +36,5 @@ BASENAME=$(basename "${SOURCE_URL}")
mkdir --parents "${ROOT_DIR}"
aria2c "${SOURCE_URL}" --dir="${ROOT_DIR}"
pushd "${ROOT_DIR}"
gunzip "${ROOT_DIR}/${BASENAME}"
popd
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment