"applications/vscode:/vscode.git/clone" did not exist on "ee4ef06bac4ee3f6bed53a3b77cb95c5ba5d824e"
Commit 55cce52e authored by Jose Duarte's avatar Jose Duarte
Browse files

Fixing issue in gunzipping

parent f0cce574
......@@ -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