mirror of
https://git.adityakumar.xyz/lfs-scripts.git
synced 2024-11-13 00:39:46 +00:00
10 lines
151 B
Bash
10 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
|