mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 21:28:48 +00:00
add an *
packager exception (#710)
This commit is contained in:
parent
6c08422615
commit
476dbf3a12
|
@ -16,6 +16,10 @@ InstallTermiusFonts() {
|
||||||
dnf)
|
dnf)
|
||||||
"$ESCALATION_TOOL" "$PACKAGER" install -y terminus-fonts-console
|
"$ESCALATION_TOOL" "$PACKAGER" install -y terminus-fonts-console
|
||||||
;;
|
;;
|
||||||
|
*)
|
||||||
|
printf "%b\n" "${RED}Unsupported package manager: ""$PACKAGER""${RC}"
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
printf "%b\n" "${GREEN}Terminus Fonts is already installed.${RC}"
|
printf "%b\n" "${GREEN}Terminus Fonts is already installed.${RC}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user