mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-01 19:42:55 +00:00
10 lines
195 B
Bash
10 lines
195 B
Bash
#! /bin/bash
|
|
|
|
# URI 1.76
|
|
# source: https://www.cpan.org/authors/id/O/OA/OALDERS/URI-1.76.tar.gz
|
|
|
|
perl Makefile.PL &&
|
|
make -j2 &&
|
|
read -p "Install? " &&
|
|
sudo -S porg -lD "make install"
|