Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.

Commit 2b7ba25

Browse files
committed
Remove progress bar from oracle-install.sh
1 parent 8f25c4b commit 2b7ba25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oracle-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ downloadOracle () {
1818
local i=1
1919
for part in "${ora_deb_partial[@]}"; do
2020
echo "[Downloading '$part' (part $i/3)]"
21-
curl -# -o /$part -L $url/blob/master/$part?raw=true
21+
curl -o /$part -L $url/blob/master/$part?raw=true
2222
i=$((i + 1))
2323

2424
done

0 commit comments

Comments
 (0)