mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 18:31:52 +00:00
8 lines
211 B
Bash
Executable File
8 lines
211 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cat config/settings.yml | grep app-mgr-version-spec
|
|
cat package.yaml | grep version
|
|
|
|
stack --local-bin-path ./executables build --copy-bins #--flag start9-agent:disable-auth
|
|
upx ./executables/agent
|