RequiredPackages moved to main installer

This commit is contained in:
Raelon Masters
2020-05-10 19:10:42 -04:00
parent 22a3bbe30b
commit ad6c3b8e4c
2 changed files with 31 additions and 1 deletions

2
install.sh vendored
View File

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