mirror of
https://git.adityakumar.xyz/lfs-scripts.git
synced 2025-02-05 17:00:04 +00:00
11 lines
151 B
Bash
11 lines
151 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd /sources
|
||
|
tar xf lfs-bootscripts-20220723.tar.xz
|
||
|
cd lfs-bootscripts-20220723
|
||
|
|
||
|
make install
|
||
|
|
||
|
cd /sources
|
||
|
rm -rf lfs-bootscripts-20220723
|