Fiexed for Fedora 39

binary is obsolete
added requierements.txt + preinstall.sh
This commit is contained in:
mal0
2024-03-28 22:31:30 -04:00
parent 8c97ad6871
commit 4326d565d7
5 changed files with 73 additions and 13 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
#check for update and cash them
sudo dnf check-update
# DNF reqs
sudo dnf install -y python3-tkinter python3-devel python3-pip
#pip
python3 -m pip3 install --upgrade pip