Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Installing Applications

Douglas Berdeaux edited this page Nov 10, 2022 · 1 revision

Adding Tools

To list tools:

sudo python3 summon.py list-apps

To list app info:

sudo python3 summon.py app-info (APP_NAME)

To install an application (single):

sudo python3 summon.py install (APP_SHORT_NAME) # e.g.: eaphammer

To install all applications:

sudo python3 summon.py install all

To select and choose apps to install you will have to update the repository in /etc/demon/demon_apps.json and set add="True" for each one. Then simply run:

sudo python3 summon.py install add

To use force (if an installation fails for any reason) use --force with any of the install commands listed above.

Clone this wiki locally