mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
7 lines
180 B
Bash
Executable File
7 lines
180 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cat config/settings.yml | grep app-mgr-version-spec
|
|
cat package.yaml | grep version
|
|
|
|
stack --local-bin-path ./dist build --copy-bins #--flag start9-agent:disable-auth
|