Skip to content
This repository was archived by the owner on Apr 20, 2021. It is now read-only.

install

GabrielePuliti edited this page Feb 5, 2019 · 3 revisions

How to install the installer

The project is currently in an early stage of development.

The easy installation of the installer:

  1. Install by download from version:

    • Go to releases and dowload the version you want.
    • If is a zip you must unzip:
    unzip YAPI*.zip
    
    • If is a tar.gz:
    tar zxvf YAPI*.tar.gz
    
    • Now move into YAPI directory and execute the install script:
    cd YAPI ; ./install.sh
    
  2. Install by wget:

    wget https://raw.githubusercontent.com/YetAnotherPackageInstaller/YAPI/install.sh -O - | sudo bash -
    

    This command clones the repository, delete all the useless files and start the installation of the installer.

  3. Install by clone from master:

    • Clone the repository by:
    git clone https://github.com/YetAnotherPackageInstaller/YAPI.git --depth 1
    
    • Then change directory into YAPI:
    cd YAPI
    
    • Run the installer of YAPI:
    ./install.sh
    

Clone this wiki locally