#17 install DGRemoteControl

pull/32/head
Geoffrey Merck 4 years ago
parent 9cbe36059a
commit 25accc9621

@ -40,7 +40,7 @@ endif
.PHONY: all .PHONY: all
all: DStarGateway/dstargateway DGWRemoteControl/dgwremotecontrol tests all: DStarGateway/dstargateway DGWRemoteControl/dgwremotecontrol #tests
APRS/APRS.a: BaseCommon/BaseCommon.a FORCE APRS/APRS.a: BaseCommon/BaseCommon.a FORCE
$(MAKE) -C APRS $(MAKE) -C APRS
@ -89,7 +89,9 @@ newhostfiles :
@wget http://www.pistar.uk/downloads/DPlus_Hosts.txt -nv -O $(DATA_DIR)/DPlus_Hosts.txt @wget http://www.pistar.uk/downloads/DPlus_Hosts.txt -nv -O $(DATA_DIR)/DPlus_Hosts.txt
.PHONY: install .PHONY: install
install : DStarGateway/dstargateway install : DStarGateway/dstargateway DGWRemoteControl/dgwremotecontrol
# install remote control
$(MAKE) -C DGWRemoteControl install
# create user for daemon # create user for daemon
@useradd --user-group -M --system dstar --shell /bin/false || true @useradd --user-group -M --system dstar --shell /bin/false || true

Loading…
Cancel
Save

Powered by TurnKey Linux.