mirror of
https://github.com/dslm4515/BMLFS.git
synced 2026-02-01 03:26:07 +00:00
9 lines
183 B
Bash
9 lines
183 B
Bash
#! /bin/bash
|
|
|
|
autoreconf -vfi
|
|
|
|
./configure --prefix=/usr --build=x86_64-linux-musl &&
|
|
|
|
read -p "Compile? " && make -j2 &&
|
|
read -p "Install? " && sudo -S porg -lD "make install -j1"
|