Files
rise-cook/preinstall.sh
T
acidburnmonkey 554759afc7 uv dependencies
2025-05-25 20:58:50 -04:00

12 lines
189 B
Bash

#!/bin/bash
#check for update and cash them
sudo dnf check-update
# DNF reqs
sudo dnf install -y python3-tkinter python3-devel python3-pip uv
#pip
python3 -m pip3 install --upgrade pip