We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d288968 + 1e07593 commit c2c9715Copy full SHA for c2c9715
install.sh
@@ -39,6 +39,7 @@ function main() {
39
echo "[1/3] Downloading ${url}"
40
rm -f "${dest_file}"
41
if [ -x "$(command -v wget)" ]; then
42
+ mkdir -p "${HOME}/.g/downloads"
43
wget -q -P "${HOME}/.g/downloads" "${url}"
44
else
45
curl -s -S -L --create-dirs -o "${dest_file}" "${url}"
0 commit comments