mirror of
https://github.com/linuxserver/rootfs-builder-ubuntu.git
synced 2026-01-15 00:42:10 +08:00
5 lines
186 B
Bash
5 lines
186 B
Bash
#!/bin/bash
|
|
curl -o \
|
|
${WORKSPACE}/ubuntu-xenial-core-cloudimg-root.tar.gz -L \
|
|
https://partner-images.canonical.com/core/xenial/current/ubuntu-xenial-core-cloudimg-arm64-root.tar.gz
|