-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
a9fd31d
to
816dd81
Compare
https://github.com/skiffos/skiffos Fixes dylanaraps#1664 Signed-off-by: Christian Stewart <christian@paral.in>
19a168d
to
124c015
Compare
2309b69
to
d1c528a
Compare
LGTM! |
neofetch
Outdated
elif [[ -f /etc/skiffos-release ]]; then | ||
case $distro_shorthand in | ||
on|tiny) distro=SkiffOS ;; | ||
*) distro="SkiffOS ($(cat /etc/skiff-release | grep PRETTY_NAME | awk -F'"' '$0=$2'))" | ||
esac | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Existing detection methods don't work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/etc/os-release:
NAME=SkiffOS
VERSION=2021.02.2-31-g9badfd5
ID=skiff
VERSION_ID=9badfd5
PRETTY_NAME="SkiffOS 2021.02.2-31-g9badfd5"
BUILD_DATE="Thu Jun 10 17:11:44 PDT 2021"
BUILD_USER="paralin@forge"
VERSION_FULL="SkiffOS version 2021.02.2-31-g9badfd5 (paralin@forge) Thu Jun 10 17:11:44 PDT 2021"
/etc/skiff-release
NAME=SkiffOS
VERSION=2021.02.2-31-g9badfd5
ID=skiff
VERSION_ID=9badfd5
PRETTY_NAME="SkiffOS 2021.02.2-31-g9badfd5"
BUILD_DATE="Thu Jun 10 17:11:44 PDT 2021"
BUILD_USER="paralin@forge"
VERSION_FULL="SkiffOS version 2021.02.2-31-g9badfd5 (paralin@forge) Thu Jun 10 17:11:44 PDT 2021"
BUILD_CONFIG="pine64/common,skiff/moduleimg,pine64/phone,apps/docker,skiff/core,core/gentoo"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The current master
fails on my end, I bisected it to commit 41f75b7b484cca653e0db19b194d99a993dbf5f8
neofetch: line 6364: syntax error near unexpected token )' neofetch: line 6364:
"CelOS"*)'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#1772 fixed here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK @dylanaraps I simplified it to use existing os-release detection, works fine.
d1c528a
to
cb68356
Compare
Signed-off-by: Christian Stewart <christian@paral.in>
https://github.com/skiffos/skiffos Fixes dylanaraps#1657 Signed-off-by: Christian Stewart <christian@paral.in>
cb68356
to
ef02b23
Compare
Thanks again. |
* os: fix syntax error introduced by celos logo Signed-off-by: Christian Stewart <christian@paral.in> * Added support for SkiffOS https://github.com/skiffos/skiffos Fixes dylanaraps#1657 Signed-off-by: Christian Stewart <christian@paral.in>
https://github.com/skiffos/skiffos
Fixes #1657