Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 873 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 873 Bytes

MPR Installer Script

N.B.: stoke is at present not working due to an issue in makedeb stable (it would seem, see here and here)

A script to install makedeb and an MPR helper (either tap or stoke at present) for accessing the makedeb package repository (a.k.a. debian user repository)

Prerequisites

  • build-essential for makedeb
  • python3-setuptools for tap

Usage

  1. Read and check the prerequisites are on your system
  2. Clone the repository to your system via git clone https://github.com/Clos3y/MPR-install-script.git and enter the directory
  3. Either make the installer.sh executable via
# chmod +x installer.sh

or run it using your preferred shell (it is intended to be run with dash). The rest of the script will explain itself.