Skip to content

Commit

Permalink
Fix for failed/broken downloads being left behind and failing during …
Browse files Browse the repository at this point in the history
…decompression stage
  • Loading branch information
mcunha committed Aug 11, 2011
1 parent 19caaa4 commit 0d53d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mono-install-scripts/ubuntu/install_mono-2.10.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ do
#only download it if you don't already have it.
if [ ! -f "${PACKAGES[$index]}.tar" ]
then
wget "${URLS[@]:$index:1}"
wget -O "${PACKAGES[$index]}.tar.bz2" "${URLS[@]:$index:1}"
fi
if [ -f "${PACKAGES[$index]}.tar.bz2" ]
then
Expand Down

0 comments on commit 0d53d92

Please sign in to comment.