File tree 1 file changed +27
-0
lines changed
1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -1187,6 +1187,7 @@ get_distro() {
1187
1187
distro=${distro/ DragonFly/ DragonFlyBSD}
1188
1188
1189
1189
# Workarounds for some BSD based distros.
1190
+ [[ -f /etc/os-release ]] && distro=Enso
1190
1191
[[ -f /etc/pcbsd-lang ]] && distro=PCBSD
1191
1192
[[ -f /etc/trueos-lang ]] && distro=TrueOS
1192
1193
[[ -f /etc/pacbsd-release ]] && distro=PacBSD
@@ -8646,6 +8647,32 @@ dMm `/++/-``/yNNh+/sdNMNddMm- mMd
8646
8647
EOF
8647
8648
;;
8648
8649
8650
+ " Enso" * )
8651
+ set_colors 8 7
8652
+ read -rd ' ' ascii_data << 'EOF '
8653
+ ${c1}
8654
+ .:--==--:.
8655
+ :=*#%%%%%%%#####*+-.
8656
+ .+%%%%%%%%%%%%###%%#*##*:
8657
+ .*%%%%%%%%%#+==-==++*####*##-
8658
+ =%%%%%%%#=: .-+**#***.
8659
+ *%%%%%%#- ++*#**.
8660
+ +%%%%%%+ -*+#**
8661
+ :%%%%%%* .*+**=
8662
+ *%%%%%%: --#*#
8663
+ %%%%%%% +++#.
8664
+ %%%%%%%. ++=*.
8665
+ *%%%%%%+ .-+*+
8666
+ :%%%%%%%- -:*+:
8667
+ =%%%%%%%*. :.*+-
8668
+ +%%%%%%%%*- :*=-
8669
+ =%%%%%%%%%%#+=: =+=:
8670
+ .+%%%%%%%%%%%%%. .-==:
8671
+ .=#%%%%%%%%%%= ..:--:.
8672
+ .-+#%%%%%+
8673
+ EOF
8674
+ ;;
8675
+
8649
8676
" EuroLinux" * )
8650
8677
set_colors 4 7
8651
8678
read -rd ' ' ascii_data << 'EOF '
You can’t perform that action at this time.
0 commit comments