Merge pull request #532 from someara/someara/editors

adding editors
This commit is contained in:
Jérôme Petazzoni
2019-11-07 14:03:24 +01:00
committed by GitHub

View File

@@ -106,6 +106,7 @@ system("sudo sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/' /e
system("sudo service ssh restart")
system("sudo apt-get -q update")
system("sudo apt-get -qy install git jq")
system("sudo apt-get -qy install emacs-nox joe")
#######################
### DOCKER INSTALLS ###