install scripts

This commit is contained in:
jmosrael@gmail.com
2024-07-18 21:07:20 -07:00
parent bc3455f5d0
commit d6de4e55e8
2 changed files with 30 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ cp -f ./backend/dist/* ./dist
cd "$parent_path"/loader
python3 createrushdatabase.py
cd ../
cp -r ./loader/testdb.db ./dist/testdb.db
cp -r ./loader/* ./dist
# Move the package into the dist folder and install the needed modules
cd "$parent_path"