[ User ] Login

Bug 62: CLOSED

get-google-chrome download fail

Date: 2012-10-14 06:38 - Creator: wildarch - Priority standard - 1 message

Downloading Google chrome from the google mirror is now impossible with 
the standard busybox wget, because it lacks support for the HTTPS protocol.

Solution: add package wget to depends - change variable URL to
URL=https://dl.google.com/linux/direct/ of the file 
/usr/bin/get-google-chrome - change line 39 to wget --no-check-certificate 

Affected package(s): get-google-chrome

Messages

By: pankso on 2012-11-14 21:15

Fixed by Mojo:  hg.slitaz.org/wok/rev/e2fcb326c3a5

Thanks for reporting!