mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-01 19:42:55 +00:00
10 lines
244 B
Bash
10 lines
244 B
Bash
#! /bin/bash
|
|
|
|
# iFuse 1.1.4
|
|
# source: https://github.com/libimobiledevice/ifuse/archive/master.zip
|
|
|
|
./autogen.sh --prefix=/usr $BUILDTRUPLE &&
|
|
|
|
read -p "Compile?" && make -j2 &&
|
|
read -p "Install?" && sudo -S porg -lp ifuse-1.1.3 "make install"
|