Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation script is broken #62

Closed
sbusso opened this issue Apr 19, 2019 · 2 comments
Closed

Installation script is broken #62

sbusso opened this issue Apr 19, 2019 · 2 comments

Comments

@sbusso
Copy link

sbusso commented Apr 19, 2019

On a fresh server with ubuntu 18.04, email input is not even asked:

curl -sL wops.cc | sudo bash

Welcome to WordOps install script v3.9.4.5

Updating apt-get repository info
Installing wo dependencies
Installing WordOps
WordOps (wo) require an username & and an email address to configure Git (used to save server configurations)
Your informations will ONLY be stored locally
Enter your name: Unfortunately, this can't be left blank
Enter your name: Enter your email: Whoops, seems like you made a typo - the e-mailaddress is invalid...
Enter your email: Whoops, seems like you made a typo - the e-mailaddress is invalid...
Enter your email: Whoops, seems like you made a typo - the e-mailaddress is invalid...
Enter your email: Whoops, seems like you made a typo - the e-mailaddress is invalid...
Enter your email: Whoops, seems like you made a typo - the e-mailaddress is invalid...
Enter your email: Whoops, seems like you made a typo - the e-mailaddress is invalid...
Enter your email: Whoops, seems like you made a typo - the e-mailaddress is invalid...
Enter your email: Whoops, seems like you made a typo - the e-mailaddress is invalid...
Enter your email: Whoops, seems like you made a typo - the e-mailaddress is invalid...
Enter your email: Whoops, seems like you made a typo - the e-mailaddress is invalid...
Enter your email: Whoops, seems like you made a typo - the e-mailaddress is invalid...
Enter your email: Whoops, seems like you made a typo - the e-mailaddress is invalid...
Enter your email: Whoops, seems like you made a typo - the e-mailaddress is invalid...
Enter your email: Whoops, seems like you made a typo - the e-mailaddress is invalid...
Enter your email: Whoops, seems like you made a typo - the e-mailaddress is invalid...
Enter your email: Whoops, seems like you made a typo - the e-mailaddress is invalid...
Enter your email: Whoops, seems like you made a typo - the e-mailaddress is invalid...
Enter your email: Traceback (most recent call last):
  File "setup.py", line 33, in <module>
    wo_user = config['user']['name']
  File "/usr/lib/python3.6/configparser.py", line 959, in __getitem__
    raise KeyError(key)
KeyError: 'user'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "setup.py", line 50, in <module>
    wo_email = input("Enter your email: ")
EOFError: EOF when reading a line
Installing acme.sh
Running post-install steps
@VirtuBox
Copy link
Member

VirtuBox commented Apr 19, 2019

Hello,
I'm sorry, this is an issue due to my tests with alternative install commands for WordOps.
Please use the previous and working install command :

wget -qO wo wops.cc && sudo bash wo

I have already updated the repository README.

@sbusso
Copy link
Author

sbusso commented Apr 19, 2019

ok thank you, worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants