automated terminal push

This commit is contained in:
2025-04-30 07:38:19 -04:00
committed by Software Shinobi
parent bff195d5fe
commit 5bfbd57097
25 changed files with 822 additions and 7 deletions

37
provision.bash Executable file
View File

@@ -0,0 +1,37 @@
#!/bin/bash
#reset
#clear
#set -e
#set -x
sudo apt update
sudo apt install -y python3-pip
sudo apt install -y python3-flask
##sudo apt install -y python3.12-venv
##python3 -m venv my_venv
##source my_venv/bin/activate
pip install -r requirements.txt
# sudo pip install jobspy --break-system-packages
## dev notes / we just install it twice. fuck it. i dont care to get cute.
pip install Flask-CORS
pip install -U python-jobspy
#pip[p install -U python-jobspy --break-system-packages ## worked on jacques's garuda box 12/19
##pip install flask