2013-03-16 04:42 UTC+0100 Viktor Szakats (harbour syenar.net)
* package/updt_web_nightly.sh
+ use curl instead of wget
This commit is contained in:
@@ -50,8 +50,8 @@ cd _hb_web_src
|
||||
|
||||
echo Downloading sources...
|
||||
|
||||
wget -nv https://github.com/harbour/website/archive/master.tar.gz
|
||||
tar -zxvf website-master.tar.gz
|
||||
curl -O -L -s https://github.com/harbour/website/archive/master.tar.gz
|
||||
tar -zxvf master.tar.gz
|
||||
|
||||
echo Updating website...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user