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:
vszakats
2013-03-16 04:43:05 +01:00
parent 695168cb47
commit 6dc4df96dd
2 changed files with 6 additions and 2 deletions

View File

@@ -10,6 +10,10 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2013-03-16 04:42 UTC+0100 Viktor Szakats (harbour syenar.net)
* package/updt_web_nightly.sh
+ use curl instead of wget
2013-03-16 03:40 UTC+0100 Viktor Szakats (harbour syenar.net)
+ package/mpkg_src.sh
+ readded script which is required by other pkg scripts

View File

@@ -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...