add a file to install webssh terminal for later use in the web frontend.

This commit is contained in:
Joe Tretter
2020-09-04 21:45:39 -05:00
parent 02d36957a7
commit 1e75bdd0b8

5
remember-sshterm.txt Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
git clone https://github.com/billchurch/webssh2.git
cd webssh2/app
npm install --production
npm start