Download

Download Linux machine repository

Clone the repository from GitHub

If you have Git already installed, you can clone the linux-machine repository from GitHub:

# Clone the repository to your current directory
git clone https://github.com/markosamuli/linux-machine

# Change directory to the repository
cd linux-machine

# Checkout the development branch for latest features
git checkout develop

Download the source code

If you don't have Git installed, you can download the latest development version as a ZIP file.

# Download the source code
curl -sSL https://github.com/markosamuli/linux-machine/archive/develop.zip \
  -o develop.zip

# Extract the files from the ZIP file
unzip develop.zip

# Rename the directory
mv linux-machine-develop linux-machine

# Remove the ZIP file
linux-machine.zip

# Change directory to the repository
cd linux-machine

Continue to Setup

Next, follow instructions in the setup section.