Moved preinstall procedures back out of installer

This commit is contained in:
Raelon Masters
2020-05-11 13:33:26 -04:00
parent c0e4ea4381
commit a486425f7c
3 changed files with 3 additions and 33 deletions

2
install.sh vendored
View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
eval python3 preinstall
eval "pip install -r requirements.txt"
eval python3 installer