diff options
Diffstat (limited to 'bootstrap.sh')
| -rwxr-xr-x[-rw-r--r--] | bootstrap.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 05a7907..0cdae57 100644..100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,2 +1,5 @@ #!/bin/bash +python -m pip install -r requirements.txt + +python deploy.sh |
