add an * packager exception (#710)

This commit is contained in:
Adam Perkowski 2024-10-01 00:29:54 +02:00 committed by GitHub
parent 6c08422615
commit 476dbf3a12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}"