Add fallback to PySimpleGUI

This commit is contained in:
jpattWPC 2022-04-28 09:15:38 -05:00
parent fe11d33359
commit ec1edfbebc

View File

@ -1,3 +1,5 @@
#!/bin/bash
pip3 install proxmoxer
pip3 install PySimpleGUIQt
pip3 install PySimpleGUIQt
# If PySimpleGUIQt fails, VDIClient will fall back to PySimpleGUI
pip3 install PySimpleGUI