Skip to content

Commit

Permalink
fix services-config.json file path for skywire cli config gen ; updat…
Browse files Browse the repository at this point in the history
…e conf template
  • Loading branch information
0pcom committed Sep 25, 2024
1 parent a9e1945 commit 81de42d
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 176 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ build-merged-windows: clean-windows
install-system-linux: build ## Install apps and binaries over those provided by the linux package - linux package must be installed first!
sudo echo "sudo cache"
sudo install -Dm755 $(BUILD_PATH)skywire /opt/skywire/bin/
sudo install -Dm644 services-config.json /opt/skywire/
sudo install -Dm644 dmsghttp-config.json /opt/skywire/


install-generate: ## Installs required execs for go generate.
Expand Down
Loading

0 comments on commit 81de42d

Please sign in to comment.