diff --git a/bin/n b/bin/n index d7514f2..2890b7e 100755 --- a/bin/n +++ b/bin/n @@ -789,7 +789,7 @@ install() { cd "${dir}" || abort "Failed to cd to ${dir}" log fetch "$url" - do_get "${url}" | tar "$tarflag" --strip-components=1 --no-same-owner + do_get "${url}" | tar "$tarflag" --strip-components=1 --no-same-owner -f - if [[ "${PIPESTATUS[0]}" -ne 0 ]]; then abort "failed to download archive for $version" fi