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
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -d /gnu/store ]; then
|
||||||
|
echo guixsd
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
### Debian and derivatives
|
### Debian and derivatives
|
||||||
if grep -q ^DISTRIB_ID=Ubuntu /etc/lsb-release 2>/dev/null; then
|
if grep -q ^DISTRIB_ID=Ubuntu /etc/lsb-release 2>/dev/null; then
|
||||||
echo ubuntu
|
echo ubuntu
|
||||||
|
|
Loading…
Reference in a new issue