Added pre-install hooks for gcc

This commit is contained in:
Raelon Masters
2020-05-09 18:05:35 -04:00
parent 7484371348
commit 4c7e7ca362
3 changed files with 13 additions and 7 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