Merge pull request #136 from km4ack/dev

change garim DL dir
pull/147/head
KM4ACK 2020-09-13 08:46:45 -05:00 zatwierdzone przez GitHub
commit b9e5af29e9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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