Make sure wget is installed.

fix #115
This commit is contained in:
Antoine Nguyen
2017-04-24 16:00:11 +02:00
parent d653779770
commit 533cb13e97

2
run.py
View File

@@ -56,7 +56,7 @@ def main():
"The process can be long, feel free to take a coffee " "The process can be long, feel free to take a coffee "
"and come back later ;)", utils.BLUE) "and come back later ;)", utils.BLUE)
utils.printcolor("Starting...", utils.GREEN) utils.printcolor("Starting...", utils.GREEN)
package.backend.install("sudo") package.backend.install_many(["sudo", "wget"])
ssl_backend = ssl.get_backend(config) ssl_backend = ssl.get_backend(config)
if ssl_backend: if ssl_backend:
ssl_backend.create() ssl_backend.create()