Revision 93177d30f459e81718efbe8518a9bd96b80a2f02 authored by tmldeponti on 07 November 2023, 10:42:35 UTC, committed by tmldeponti on 07 November 2023, 10:42:35 UTC
2 parent s ed823af + decbf5c
Raw File
install.sh
#!/bin/bash

sudo apt-get install -f -y python3 python3-pyqt5
python3 ./sw/tools/install.py


back to top