mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
* remove all apt-get calls from check phase of startup * Fix "n is undefined" config spec change bug (#392) Fixes the issue where an old config with a new config spec sometimes renders the config inaccessible, with the error `n is undefined` * updates version numbers * version change for appmgr * updates version numbers and welcome message * adds migration for 0.2.15 to the agent * actually add 0.2.15 migration to appmgr Co-authored-by: Chris Guida <chrisguida@users.noreply.github.com>
appmgr
Instructions
Clone the repo and enter the appmgr directory
git clone https://github.com/Start9Labs/embassy-os.git
cd embassy-os/appmgr
Install the portable version of appmgr
cargo install --path=. --features=portable --no-default-features
Exit Codes
- General Error
- File System IO Error
- Docker Error
- Config Spec violation
- Config Rules violation
- Requested value does not exist
- Invalid Backup Password