Skip to content

Commit 5e9262b

Browse files
committed
fix typos
1 parent 6ec9abe commit 5e9262b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installer/pi-download-image.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ set -e
33
mkdir data
44
# 25.04 is not yet ready due to mt7915e, r8125 driver bugs
55
VERSION="24.04.3"
6-
IMG="ubuntu-{$VERSION}-preinstalled-server-arm64+raspi.img.xz"
6+
IMG="ubuntu-${VERSION}-preinstalled-server-arm64+raspi.img.xz"
77

88
cd ./data
99

1010
if [ ! -f $IMG ]; then
1111
#temp until 25.04 fixes drivers for r8125, mt7915
12-
wget -q "https://cdimage.ubuntu.com/releases/${VERSION}/release/${IMG}
12+
wget "https://cdimage.ubuntu.com/releases/${VERSION}/release/${IMG}"
1313
fi
1414

1515
xzcat $IMG > spr.clean.img

0 commit comments

Comments
 (0)