Skip to content

Commit

Permalink
Fix links for Raspberry Pi images.
Browse files Browse the repository at this point in the history
The beta 2 images are not on the server yet.
  • Loading branch information
lah7 committed Aug 9, 2019
1 parent 25249bd commit 409b4ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/linkimages.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ function link_image() {
commands+=" && ln -vsf ${TOR_PATH} /home/matey/ubuntu-mate.org/$PAGE/$TOR_FILE" commands+=" && ln -vsf ${TOR_PATH} /home/matey/ubuntu-mate.org/$PAGE/$TOR_FILE"
} }


link_image raspberry-pi "/home/matey/ISO-Mirror/bionic/arm64/ubuntu-mate-18.04.2-beta1-desktop-arm64+raspi3-ext4.img.xz"
link_image raspberry-pi "/home/matey/ISO-Mirror/bionic/armhf/ubuntu-mate-18.04.2-beta1-desktop-armhf+raspi-ext4.img.xz"
link_image raspberry-pi "/home/matey/ISO-Mirror/bionic/armhf/ubuntu-18.04.2-beta2-desktop-armhf+raspi-ext4.img.xz" link_image raspberry-pi "/home/matey/ISO-Mirror/bionic/armhf/ubuntu-18.04.2-beta2-desktop-armhf+raspi-ext4.img.xz"
link_image raspberry-pi "/home/matey/ISO-Mirror/bionic/arm64/ubuntu-mate-18.04.2-beta2-desktop-arm64+raspi3-ext4.img.xz" link_image raspberry-pi "/home/matey/ISO-Mirror/bionic/arm64/ubuntu-mate-18.04.2-beta2-desktop-arm64+raspi3-ext4.img.xz"
link_image raspberry-pi "/home/matey/ISO-Mirror/bionic/armhf/ubuntu-mate-18.04.2-beta2-desktop-armhf+raspi-ext4.img.xz" link_image raspberry-pi "/home/matey/ISO-Mirror/bionic/armhf/ubuntu-mate-18.04.2-beta2-desktop-armhf+raspi-ext4.img.xz"
Expand All @@ -33,4 +35,4 @@ link_image umpc "/home/matey/ISO-Mirror/eoan/amd64/ubuntu-mate-19.10-alpha1-desk
echo "Symlinking images..." echo "Symlinking images..."
for region in man yor; do for region in man yor; do
ssh -o StrictHostKeyChecking=no matey@$region.ubuntu-mate.net "$commands" ssh -o StrictHostKeyChecking=no matey@$region.ubuntu-mate.net "$commands"
done done

0 comments on commit 409b4ab

Please sign in to comment.