mirror of
https://bitbucket.org/gwenhael/pine64-slackware.git
synced 2024-12-26 09:58:23 +01:00
fix slackware URLs
This commit is contained in:
parent
bf54146299
commit
0bc87a40ce
1 changed files with 2 additions and 2 deletions
|
@ -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 :)"
|
||||||
|
|
Loading…
Reference in a new issue