Skip to main content

Install linux on termux.

Project description

python-atilo

Install linux on termux.

atilo written in python.

Installation

pip install atilo

Usage

Show available releases

$ atilo list
name                version                       
alpine      2.7 3.9                       
centos      7                             
debian      jessie stretch buster         
fedora      30                            
kali                                      
parrot                                    
ubuntu      trusty xenial bionic 

Show installed releases

$ atilo list --installed
alpine3.9
debianbuster

Install a release

# Install the latest debian release
atilo install debian

# Install specified debian release
atilo install debian jessie

Run a release

# Start the debian jessie release
startdebianjessie

Remove a release

atilo debianbuster

Clean temp files

atilo clean

Contribute

Prerequisite

  • Python >= 3
  • pipenv

Requirements

pipenv install --dev

Run

python run.py

Generate Changelog (For Maintainers Only)

Install python tool auto-changelog to generate changelog.

sudo pip3 install git+https://github.com/Michael-F-Bryan/auto-changelog

Generate and write changelog to CHANGELOG.md.

auto-changelog

Bump Version (For Maintainers Only)

sudo pip3 install commitizen

Using commitizen tool to generate semantic version number.

$ cz bump
[NO_VERSION_SPECIFIED]
Check if current version is specified in config file, like:
version = 0.4.3

Edit the atilo/__init__.py, set the __version__ value to '0.4.3' (semantic version generated above).

Changelog

Unreleased

New Features

  • add command list
  • add command remove
  • add command clean
  • add atilo.py

Fixes

  • print help when no subcommand specified
  • fix extracting error
  • fix --link2symlink option
  • fix typo
  • add --link2symlink option for proot
  • fix dependencies
  • remove stable version for debian
  • fix check_arch & unarchive

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

atilo-0.4.3.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

atilo-0.4.3-py3-none-any.whl (18.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page