Skip to content
This repository has been archived by the owner on Nov 10, 2021. It is now read-only.

Commit

Permalink
Merge pull request #95 from shouko-komi/patch-1
Browse files Browse the repository at this point in the history
Update ubuntu to 19.04
  • Loading branch information
Neo-Oli committed May 23, 2019
2 parents e6d1a5a + b8bc332 commit 87e5818
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/bionic/current/ubuntu-bionic-core-cloudimg-${archurl}-root.tar.gz" -O $tarball
wget "https://partner-images.canonical.com/core/disco/current/ubuntu-disco-core-cloudimg-${archurl}-root.tar.gz" -O $tarball
fi
cur=`pwd`
mkdir -p "$folder"
Expand Down

0 comments on commit 87e5818

Please sign in to comment.