Skip to content

Commit

Permalink
dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
EnigmaCurry committed Dec 13, 2024
1 parent d88d7e9 commit a905f37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/toolbox/fedora-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,14 @@ PACKAGES=(
mpv
python-black
libtool
cmake
@development-tools
)

setup_fedora() {
check_os_id "fedora"
sudo dnf upgrade -y
sudo dnf install -y "${PACKAGES[@]}"
sudo dnf install -y @development-tools
setup_host_spawn
get_docker
}
Expand Down

0 comments on commit a905f37

Please sign in to comment.