Skip to content

Commit

Permalink
Fixed 404 error
Browse files Browse the repository at this point in the history
In issue Neo-Oli#124 the problem was '404 on tar.gz download'. Now I have updated the link to a working one.
  • Loading branch information
Agvantibo authored Aug 3, 2020
1 parent 87e5818 commit 39ddda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ "$first" != 1 ];then
*)
echo "unknown architecture"; exit 1 ;;
esac
wget "https://partner-images.canonical.com/core/disco/current/ubuntu-disco-core-cloudimg-${archurl}-root.tar.gz" -O $tarball
wget "https://partner-images.canonical.com/core/bionic/current/ubuntu-bionic-core-cloudimg-${archurl}-root.tar.gz" -O $tarball
fi
cur=`pwd`
mkdir -p "$folder"
Expand Down

0 comments on commit 39ddda4

Please sign in to comment.