[+] Add Peropesis Linux support
https://github.com/dylanaraps/neofetch/issues/2414
This commit is contained in:
parent
f66b128caf
commit
ce1423bfbd
1 changed files with 14 additions and 0 deletions
14
neofetch
14
neofetch
|
@ -1263,6 +1263,9 @@ get_distro() {
|
|||
source /etc/VERSION
|
||||
distro="Synology DSM ${productversion}-${buildnumber} Update ${smallfixnumber}"
|
||||
|
||||
elif compgen -G "/usr/bin/*peropesis*" > /dev/null; then
|
||||
distro="Peropesis"
|
||||
|
||||
else
|
||||
for release_file in /etc/*-release; do
|
||||
distro+=$(< "$release_file")
|
||||
|
@ -12657,6 +12660,17 @@ dmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmd
|
|||
EOF
|
||||
;;
|
||||
|
||||
"Peropesis"*)
|
||||
set_colors 4 7 1
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c1}#### #### #### ### #### #### #### # ####
|
||||
# # # # # # # # # # # # #
|
||||
#### ### #### # # #### ### # # #
|
||||
# # # # # # # # # # #
|
||||
# #### # # ### # #### #### # ####
|
||||
EOF
|
||||
;;
|
||||
|
||||
"Q4OS"*)
|
||||
set_colors 4 1
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
|
|
Loading…
Reference in a new issue