change garim DL dir

pull/136/head
KM4ACK 2020-09-13 05:57:07 -05:00
rodzic 7b2369a033
commit d869963401
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -234,8 +234,8 @@ GPKG=$(curl -s https://www.whitemesa.net/garim/src/ | grep tar.gz | tail -1 | se
cd $DIR
wget --tries 2 --connect-timeout=60 https://www.whitemesa.net/garim/src/$GPKG
tar -xzvf $GPKG
DIR=$(echo $GPKG | sed 's/.tar.gz//')
cd $DIR
DIRR=$(echo $GPKG | sed 's/.tar.gz//')
cd $DIRR
./configure
make
sudo make install