mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-07-25 17:11:16 +00:00
10 lines
261 B
Bash
10 lines
261 B
Bash
#! /bin/bash
|
|
|
|
# gptfdisk-1.0.4
|
|
# source: https://downloads.sourceforge.net/gptfdisk/gptfdisk-1.0.4.tar.gz
|
|
|
|
patch -Np1 -i ../patches/gptfdisk-1.0.4-convenience-1.patch &&
|
|
|
|
read -p "Compile? " && make -j2 &&
|
|
read -p "Install? " && sudo -S porg -lD "make install"
|