adding editors

This commit is contained in:
Sean OMeara
2019-11-04 10:08:04 +01:00
parent 8320534a5c
commit 98d2b79c97

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 ###