Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Installer needs to install curl at very beginning #222

Open
automationator opened this issue Mar 7, 2019 · 0 comments
Open

Installer needs to install curl at very beginning #222

automationator opened this issue Mar 7, 2019 · 0 comments

Comments

@automationator
Copy link
Contributor

The installer checks for internet access by using curl, which is not necessarily installed in a clean Ubuntu install.

ace@acedev:/opt/ace$ ./installer/source_install
sed: can't read /etc/apache2/envvars: No such file or directory
You are missing the SAQ_HOME environment variable.
Do you want to use /opt/ace as the value for SAQ_HOME?
1) Yes
2) No
#? 1
checking internet access...
unable to connect to google -- do you need to configure a proxy?
set your http_proxy, https_proxy and ftp_proxy environment variables and try again
you may also need to configure apt for a proxy
ace@acedev:/opt/ace$ vim installer/source_install 
ace@acedev:/opt/ace$ curl -m 5 'http://www.google.com'

Command 'curl' not found, but can be installed with:

sudo apt install curl
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant