diff --git a/compile.conf b/compile.conf index defc2f1..96ae2e1 100644 --- a/compile.conf +++ b/compile.conf @@ -71,4 +71,4 @@ steps=mkdir build, cd build, cmake -D CMAKE_INSTALL_PREFIX=/opt/JS8Call-improved version=0.13.13 git=https://github.com/chrissnell/graywolf.git install=$HOME/.local/bin/graywolf -steps=make all, install -m 755 bin/graywolf $HOME/.local/bin/graywolf, install -m 755 bin/graywolf-modem $HOME/.local/bin/graywolf-modem, sudo install -m 644 packaging/systemd/graywolf.service /etc/systemd/system/graywolf.service, sudo packaging/scripts/postinstall.sh, sudo systemctl start graywolf +steps=getent group dialout || sudo groupadd dialout, make all, install -m 755 bin/graywolf $HOME/.local/bin/graywolf, install -m 755 bin/graywolf-modem $HOME/.local/bin/graywolf-modem, sudo install -m 644 packaging/systemd/graywolf.service /etc/systemd/system/graywolf.service, sudo packaging/scripts/postinstall.sh, sudo systemctl start graywolf