diff --git a/build.sh b/build.sh index 2918db5..ceddf41 100755 --- a/build.sh +++ b/build.sh @@ -15,7 +15,7 @@ echo "Building Ubuntu Server dev image for $version $codename..." # TODO verify this file # TODO deal with checking for updates to this file, somehow filename=ubuntu-$version-server-cloudimg-amd64-root.tar.xz -wget --no-clobber https://cloud-images.ubuntu.com/releases/$version/release/$filename +wget --timestamping https://cloud-images.ubuntu.com/releases/$version/release/$filename if ! [ $(id -u) = 0 ]; then # Need to be actual root to `mknod` things in /dev.