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

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