Skip to content

Cleta-LLC/archlinux-arm-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archlinux Arm Python Scripts

This is also compatible with Archlinux as it uses pacman and ssh but this will be tested specifically in arm devices.

TLDR:

device_commander.py --install-needed --join all

Installation

Python3

Install python 3 depending on your distribution.

  • ArchLinux Arm: pacman -S python

Venv

Create a Virtual Environment.

$ python3 -m venv .

Activate the newly created venv.

$ source /bin/activate

Run a command manually

Multiple Target Devices

Single Target Device

Run a command from .env file

Set up the device to be in a Docker ready state

Releases

No releases published

Packages

No packages published

Languages