Add installation scripts

This commit is contained in:
Aaron 2019-03-29 03:33:14 +00:00 committed by Kevin
parent 7048db42bd
commit df8a3d39bc
15 changed files with 293 additions and 44 deletions

13
.gitignore vendored
View file

@ -17,3 +17,16 @@ core
.vscode/*
venv/*
onionr/fs*
# log files
output.log
*.log
onionr/output.log
onionr/*.log
onionr/data/output.log
onionr/data/*.log
# package files
onionr-*.pkg.tar.gz
pkg/
src/