5 lines
152 B
Bash
5 lines
152 B
Bash
#!/bin/bash
|
|
pip3 install proxmoxer
|
|
pip3 install PySimpleGUIQt
|
|
# If PySimpleGUIQt fails, VDIClient will fall back to PySimpleGUI
|
|
pip3 install PySimpleGUI |