Updated install, requirements, and reset files
commit
20462fccc8
|
@ -174,7 +174,7 @@ fi
|
|||
chmod 755 bomutils/build/bin/mkbom && sudo cp bomutils/build/bin/mkbom /usr/local/bin/.
|
||||
|
||||
# set up the database schema
|
||||
./setup_database.py
|
||||
python ./setup_database.py
|
||||
|
||||
# generate a cert
|
||||
./cert.sh
|
||||
|
|
|
@ -15,3 +15,4 @@ jinja2
|
|||
cryptography
|
||||
pyminifier==2.1
|
||||
xlutils
|
||||
pycrypto
|
||||
|
|
|
@ -18,7 +18,7 @@ then
|
|||
rm ../data/empire.db
|
||||
fi
|
||||
|
||||
./setup_database.py
|
||||
python ./setup_database.py
|
||||
cd ..
|
||||
|
||||
# remove the debug file if it exists
|
||||
|
|
Loading…
Reference in New Issue