fix slackware URLs

This commit is contained in:
Gwenhael Le Moine 2016-09-25 17:15:15 +02:00
parent bf54146299
commit 0bc87a40ce

View file

@ -42,7 +42,7 @@ mount ${SD_DEV}p2 $SD_MOUNT_POINT
mkdir -p $SD_MOUNT_POINT/bootenv mkdir -p $SD_MOUNT_POINT/bootenv
mount ${SD_DEV}p1 $SD_MOUNT_POINT/bootenv mount ${SD_DEV}p1 $SD_MOUNT_POINT/bootenv
wget -c http://slackware.uk/slackwarearm/slackwarearm-devtools/minirootfs/roots/slack-${SLACKWARE_VERSION}-miniroot_${SLACKWARE_MINIROOTFS_VERSION}.tar.xz wget -c http://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/roots/slack-${SLACKWARE_VERSION}-miniroot_${SLACKWARE_MINIROOTFS_VERSION}.tar.xz
tar --numeric-owner -C $SD_MOUNT_POINT/ -xpJf slack-${SLACKWARE_VERSION}-miniroot_${SLACKWARE_MINIROOTFS_VERSION}.tar.xz tar --numeric-owner -C $SD_MOUNT_POINT/ -xpJf slack-${SLACKWARE_VERSION}-miniroot_${SLACKWARE_MINIROOTFS_VERSION}.tar.xz
wget -c https://www.stdin.xyz/downloads/people/longsleep/pine64-images/linux/linux-pine64-${LINUX_VERSION}.tar.xz wget -c https://www.stdin.xyz/downloads/people/longsleep/pine64-images/linux/linux-pine64-${LINUX_VERSION}.tar.xz
@ -69,6 +69,6 @@ umount $SD_MOUNT_POINT/bootenv
umount $SD_MOUNT_POINT umount $SD_MOUNT_POINT
sync sync
curl -s ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/roots/slack-${SLACKWARE_VERSION}-miniroot_details.txt | grep -C1 "User" curl -s http://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/roots/slack-${SLACKWARE_VERSION}-miniroot_details.txt | grep -C1 "User"
echo "All done, eject your microSD card, insert it in the Pine64 and boot it :)" echo "All done, eject your microSD card, insert it in the Pine64 and boot it :)"