/MPR-install-script

A shell script to install makedeb and a MPR helper to access the makedeb package repository (a.k.a., debian user repository)

Primary LanguageShellGNU General Public License v2.0GPL-2.0

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.