Skip to content

Commit

Permalink
Update setup_configure_image.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj authored Oct 31, 2024
1 parent 31eed67 commit 6604a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/jobs/configure-checks/setup_configure_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ shared2="$shared python3-{yaml,sphinx}"
case $distro_id in
"ID=fedora")
dnf install $shared automake util-linux \
python3-sphinx_rtd_theme -y ;;
python3-sphinx_rtd_theme texlive-latex-{recommended,extra} tex-gyre -y ;;
*)
apt-get update; apt-get full-upgrade -y
apt-get install $shared \
Expand Down

0 comments on commit 6604a7a

Please sign in to comment.