darkman/00-do-not-repeat-yourself.sh: darkman get, printf 'debug info'

This commit is contained in:
Aminda Suomalainen 2024-07-20 08:08:36 +03:00
parent 6ecedcfdd4
commit c2b438a680
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 1 deletions

View File

@ -8,4 +8,6 @@ fi
export DISTROID=$(lsb_release -si)
export DISTROREL=$(lsb_release -sr)
echo "$DISTROID $DISTROREL"
export DARKMANGET=$(darkman get)
printf "Distribution: $DISTROID\nRelease: $DISTROREL\nMode: $DARKMANGET\n"