workstation/desktop.sh

10 lines
174 B
Bash
Raw Normal View History

2021-11-10 16:00:21 +00:00
#!/bin/sh
. ./roles/home-cli/files/profile
if [ $(uname -s) = FreeBSD ]
then
2023-01-17 14:20:22 +00:00
INVENTORY=./inventories/freebsd.ini
else
2023-01-17 14:20:22 +00:00
INVENTORY=./local.ini
fi
./user-gui.yml -i $INVENTORY