added the environment config script

This commit is contained in:
2025-04-03 20:38:36 -04:00
parent 12ae4ab48a
commit 7387d49d02
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ docs/_book
# TODO: where does this rule come from?
test/
#Custom additions

3
setenv.sh Executable file
View File

@ -0,0 +1,3 @@
apt-get update
apt-get upgrade
apt-get install nodejs npm