mirror of
https://git.adityakumar.xyz/lfs-scripts.git
synced 2024-11-09 23:19:44 +00:00
Add sources
This commit is contained in:
parent
83767f9c67
commit
ae3d6bc73d
1 changed files with 14 additions and 0 deletions
14
scripts/chapter3/3.1-sources.sh
Normal file
14
scripts/chapter3/3.1-sources.sh
Normal file
|
@ -0,0 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
mkdir -v $LFS/sources
|
||||
chmod -v a+wt $LFS/sources
|
||||
|
||||
cd $LFS/sources
|
||||
wget -c https://linuxfromscratch.org/lfs/view/stable/wget-list-sysv
|
||||
wget --input-file=wget-list-sysv --continue --directory-prefix=$LFS/sources
|
||||
wget -c https://linuxfromscratch.org/lfs/view/stable/md5sums
|
||||
wget -c https://www.zlib.net/zlib-1.2.13.tar.gz --directory-prefix=$LFS/sources
|
||||
|
||||
pushd $LFS/sources
|
||||
md5sum -c md5sums
|
||||
popd
|
Loading…
Reference in a new issue