fix build dante cache and old src corrupt and slow
This commit is contained in:
parent
1f24b31f89
commit
bb53b0cb90
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ ! -d dante-1.4.0 ]; then
|
||||
if [ ! -d dante-1.4.0 ] || [ ! -d dante-1.4.0/configure ]; then
|
||||
rm dante-1.4.0 -rf
|
||||
#wget http://www.inet.no/dante/files/dante-1.4.0.tar.gz || exit 1
|
||||
wget https://codeload.github.com/notpeter/dante/tar.gz/dante-1.4.0 -O dante-1.4.0.tar.gz || exit 1
|
||||
tar xf dante-1.4.0.tar.gz || exit 1
|
||||
|
|
Loading…
Reference in a new issue