File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,13 +103,13 @@ ARCH="$(uname -m)"
103
103
latest=$( wget " http://spec.ccfc.min.s3.amazonaws.com/?prefix=firecracker-ci/v1.10/x86_64/vmlinux-5.10&list-type=2" -O - 2> /dev/null | grep " (?<=<Key>)(firecracker-ci/v1.10/x86_64/vmlinux-5\.10\.[0-9]{3})(?=</Key>)" -o -P)
104
104
105
105
# Download a linux kernel binary
106
- wget https://s3.amazonaws.com/spec.ccfc.min/${latest}
106
+ wget " https://s3.amazonaws.com/spec.ccfc.min/${latest} "
107
107
108
108
# Download a rootfs
109
- wget https://s3.amazonaws.com/spec.ccfc.min/firecracker-ci/v1.10/${ARCH} /ubuntu-22.04.ext4
109
+ wget " https://s3.amazonaws.com/spec.ccfc.min/firecracker-ci/v1.10/${ARCH} /ubuntu-22.04.ext4"
110
110
111
111
# Download the ssh key for the rootfs
112
- wget https://s3.amazonaws.com/spec.ccfc.min/firecracker-ci/v1.10/${ARCH} /ubuntu-22.04.id_rsa
112
+ wget " https://s3.amazonaws.com/spec.ccfc.min/firecracker-ci/v1.10/${ARCH} /ubuntu-22.04.id_rsa"
113
113
114
114
# Set user read permission on the ssh key
115
115
chmod 400 ./ubuntu-22.04.id_rsa
You can’t perform that action at this time.
0 commit comments