Skip to content

mdkone420/Summon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summon - King of the Crossroads

Summon is a tool that will turn a stock Debian installation into a Demon Linux distribution. In the olde days, I was distributing ISO files that were ~3GB in size. To avoid bandwidth issues and make the process of updates a lot easier for me and other users of Demon Linux, I have created an installer script - Summon.

Installation

To install Demon Linux ontop of a fresh installation of Debian follow these steps:

  1. Download and install a Debian amd64 using the Netinstall ISO.
    1. During installation, create a non-root user and only install the base system (Summon will handle the UI stuff)
    2. Remember to provide non root user with sudo access.
  2. Install git: apt install git sudo -y and clone this repository: cd /opt && git clone https://github.com/RackunSec/Summon.git
  3. Run the setup script with: chmod +x setup.sh && ./setup.sh
  4. Finally, Summon a Demon: python3 summon.py install demon -u (NON_ROOT_USERNAME)
  5. Reboot

Installation and Demo Video

Contributing

If your application requires an install module, just let me know or you can build it yourself by following the Summon - Creating-Install-Modules Wiki.

Help

For more information, please check the Summon Wiki!

~Douglas

About

Summon Demon Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Shell 0.6%