Initialize Python modules during startup

* This is not an ideal solution but I'm guessing it's here to stay...
This commit is contained in:
2Shirt 2023-11-12 19:16:34 -08:00
parent b97e51fe65
commit 8fe18c9617
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -3,6 +3,11 @@ if [ "$(fgconsole 2>/dev/null)" -eq "1" ]; then
# Set up teststation details
$HOME/.setup_teststation
# Init Python
echo -n "Init Python modules..."
python -c "import wk"
echo "Done"
# Trust added root CAs
echo -n "Updating certificate store... "
sudo trust extract-compat