Fiexed for Fedora 39
binary is obsolete added requierements.txt + preinstall.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user