We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f290eb + e3ada30 commit 96559ddCopy full SHA for 96559dd
examples/create-image-from-http.sh
@@ -40,7 +40,7 @@ scw exec "${SERVER}" 'mkfs.ext4 /dev/nbd1 && mount /dev/nbd1 /mnt'
40
echo "[+] /dev/nbd1 formatted in ext4 and mounted on /mnt"
41
42
43
-echo "[+] Download tarball from S3 and write it to /dev/nbd1"
+echo "[+] Download tarball and write it to /dev/nbd1"
44
scw exec "${SERVER}" "wget -qO - ${URL} | tar -C /mnt/ -xf - && sync"
45
echo "[+] Tarball extracted on /dev/nbd1"
46
0 commit comments