|
@@ -1187,6 +1187,7 @@ get_distro() {
|
|
distro=${distro/DragonFly/DragonFlyBSD}
|
|
distro=${distro/DragonFly/DragonFlyBSD}
|
|
|
|
|
|
# Workarounds for some BSD based distros.
|
|
# Workarounds for some BSD based distros.
|
|
|
|
+ [[ -f /etc/os-release ]] && distro=Enso
|
|
[[ -f /etc/pcbsd-lang ]] && distro=PCBSD
|
|
[[ -f /etc/pcbsd-lang ]] && distro=PCBSD
|
|
[[ -f /etc/trueos-lang ]] && distro=TrueOS
|
|
[[ -f /etc/trueos-lang ]] && distro=TrueOS
|
|
[[ -f /etc/pacbsd-release ]] && distro=PacBSD
|
|
[[ -f /etc/pacbsd-release ]] && distro=PacBSD
|
|
@@ -8646,6 +8647,32 @@ dMm `/++/-``/yNNh+/sdNMNddMm- mMd
|
|
EOF
|
|
EOF
|
|
;;
|
|
;;
|
|
|
|
|
|
|
|
+ "Enso"*)
|
|
|
|
+ set_colors 8 7
|
|
|
|
+ read -rd '' ascii_data <<'EOF'
|
|
|
|
+${c1}
|
|
|
|
+ .:--==--:.
|
|
|
|
+ :=*#%%%%%%%#####*+-.
|
|
|
|
+ .+%%%%%%%%%%%%###%%#*##*:
|
|
|
|
+ .*%%%%%%%%%#+==-==++*####*##-
|
|
|
|
+ =%%%%%%%#=: .-+**#***.
|
|
|
|
+ *%%%%%%#- ++*#**.
|
|
|
|
+ +%%%%%%+ -*+#**
|
|
|
|
+ :%%%%%%* .*+**=
|
|
|
|
+ *%%%%%%: --#*#
|
|
|
|
+ %%%%%%% +++#.
|
|
|
|
+ %%%%%%%. ++=*.
|
|
|
|
+ *%%%%%%+ .-+*+
|
|
|
|
+ :%%%%%%%- -:*+:
|
|
|
|
+ =%%%%%%%*. :.*+-
|
|
|
|
+ +%%%%%%%%*- :*=-
|
|
|
|
+ =%%%%%%%%%%#+=: =+=:
|
|
|
|
+ .+%%%%%%%%%%%%%. .-==:
|
|
|
|
+ .=#%%%%%%%%%%= ..:--:.
|
|
|
|
+ .-+#%%%%%+
|
|
|
|
+EOF
|
|
|
|
+ ;;
|
|
|
|
+
|
|
"EuroLinux"*)
|
|
"EuroLinux"*)
|
|
set_colors 4 7
|
|
set_colors 4 7
|
|
read -rd '' ascii_data <<'EOF'
|
|
read -rd '' ascii_data <<'EOF'
|