Commit 59a75481 authored by Dylan Araps's avatar Dylan Araps Committed by GitHub

Merge pull request #786 from mstraube/arya

OS: Add support for AryaLinux
parents db5c977e 03e2da71
${c1} `oyyy/${c2}-yyyyyy+
${c1} -syyyy/${c2}-yyyyyy+
${c1} .syyyyy/${c2}-yyyyyy+
${c1} :yyyyyy/${c2}-yyyyyy+
${c1} `/ :yyyyyy/${c2}-yyyyyy+
${c1} .+s :yyyyyy/${c2}-yyyyyy+
${c1} .oys :yyyyyy/${c2}-yyyyyy+
${c1} -oyys :yyyyyy/${c2}-yyyyyy+
${c1} :syyys :yyyyyy/${c2}-yyyyyy+
${c1} /syyyys :yyyyyy/${c2}-yyyyyy+
${c1} +yyyyyys :yyyyyy/${c2}-yyyyyy+
${c1} .oyyyyyyo. :yyyyyy/${c2}-yyyyyy+ ---------
${c1} .syyyyyy+` :yyyyyy/${c2}-yyyyy+-+syyyyyyyy
${c1} -syyyyyy/ :yyyyyy/${c2}-yyys:.syyyyyyyyyy
${c1}:syyyyyy/ :yyyyyy/${c2}-yyo.:syyyyyyyyyyy
...@@ -520,6 +520,9 @@ get_packages() { ...@@ -520,6 +520,9 @@ get_packages() {
type -p sorcery >/dev/null && \ type -p sorcery >/dev/null && \
packages="$((packages+=$(gaze installed | wc -l)))" packages="$((packages+=$(gaze installed | wc -l)))"
type -p alps >/dev/null && \
packages="$((packages+=$(alps showinstalled | wc -l)))"
if type -p pkg >/dev/null; then if type -p pkg >/dev/null; then
case "$kernel_name" in case "$kernel_name" in
"FreeBSD") packages="$((packages+=$(pkg info | wc -l)))" ;; "FreeBSD") packages="$((packages+=$(pkg info | wc -l)))" ;;
...@@ -2956,6 +2959,11 @@ get_distro_colors() { ...@@ -2956,6 +2959,11 @@ get_distro_colors() {
ascii_file="arch" ascii_file="arch"
;; ;;
"Arya"*)
set_colors 2 1
ascii_file="arya"
;;
"Bitrig"*) "Bitrig"*)
set_colors 2 7 set_colors 2 7
ascii_file="bitrig" ascii_file="bitrig"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment