kopia lustrzana https://github.com/km4ack/pi-build
commit
b9e5af29e9
|
@ -234,8 +234,8 @@ GPKG=$(curl -s https://www.whitemesa.net/garim/src/ | grep tar.gz | tail -1 | se
|
||||||
cd $DIR
|
cd $DIR
|
||||||
wget --tries 2 --connect-timeout=60 https://www.whitemesa.net/garim/src/$GPKG
|
wget --tries 2 --connect-timeout=60 https://www.whitemesa.net/garim/src/$GPKG
|
||||||
tar -xzvf $GPKG
|
tar -xzvf $GPKG
|
||||||
DIR=$(echo $GPKG | sed 's/.tar.gz//')
|
DIRR=$(echo $GPKG | sed 's/.tar.gz//')
|
||||||
cd $DIR
|
cd $DIRR
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
Ładowanie…
Reference in New Issue