You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
change the wget url/line in the script from: wget "https://github.com/debuerreotype/docker-debian-artifacts/blob/dist-${archurl}/${debian}/rootfs.tar.xz?raw=true" -O $tarball
the script as is isnt working.
Fix:
change the wget url/line in the script from:
wget "https://github.com/debuerreotype/docker-debian-artifacts/blob/dist-${archurl}/${debian}/rootfs.tar.xz?raw=true" -O $tarball
to
wget "https://github.com/debuerreotype/docker-debian-artifacts/blob/dist-${archurl}/${debian}/oci/blobs/rootfs.tar.gz?raw=true" -O $tarball
here is the full file:
debian13.txt
the extension is txt because github doesnt allow .sh files in issues apparently
so download the file and rename it to debian13.sh
The text was updated successfully, but these errors were encountered: