mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-20 14:31:47 +00:00
9 lines
266 B
Bash
9 lines
266 B
Bash
#! /bin/bash
|
|
|
|
# Desktop File Utils 0.24
|
|
# source: https://www.freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-0.24.tar.xz
|
|
|
|
./configure --prefix=/usr &&
|
|
read -p "Compile? " && make -j2 &&
|
|
read -p "Install? " && sudo -S porg -lD "make install"
|