forked from ungleich-public/cdist
Add support for guixsd into os explorer
This commit is contained in:
parent
72001b237e
commit
1875bce52e
1 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,11 @@ if [ -f /etc/cdist-preos ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
if [ -d /gnu/store ]; then
|
||||
echo guixsd
|
||||
exit 0
|
||||
fi
|
||||
|
||||
### Debian and derivatives
|
||||
if grep -q ^DISTRIB_ID=Ubuntu /etc/lsb-release 2>/dev/null; then
|
||||
echo ubuntu
|
||||
|
|
Loading…
Reference in a new issue