Skip to content

Commit

Permalink
add an * packager exception (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperkowski authored Sep 30, 2024
1 parent 6c08422 commit 476dbf3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/tabs/system-setup/terminus-tty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ InstallTermiusFonts() {
dnf)
"$ESCALATION_TOOL" "$PACKAGER" install -y terminus-fonts-console
;;
*)
printf "%b\n" "${RED}Unsupported package manager: ""$PACKAGER""${RC}"
exit 1
;;
esac
else
printf "%b\n" "${GREEN}Terminus Fonts is already installed.${RC}"
Expand Down

0 comments on commit 476dbf3

Please sign in to comment.