lfs-scripts/scripts/chapter9/9.2-lfs-bootscripts.sh

11 lines
151 B
Bash
Raw Normal View History

2023-01-14 16:05:44 +00:00
#!/bin/bash
cd /sources
tar xf lfs-bootscripts-20220723.tar.xz
cd lfs-bootscripts-20220723
make install
cd /sources
rm -rf lfs-bootscripts-20220723