Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 1.39 KB

README.md

File metadata and controls

52 lines (43 loc) · 1.39 KB

Installation

Install Pre-built Version

Please refers to the installation guide to install pre-built version of Update Install.

Build From Source

Requirements

Installation Steps

Download the source files.

git clone https://github.com/Update-Install/cli.git

Run the build script.

./build.sh

Then copy the executable file to /usr/local/bin.

sudo cp ./dist/ui-cli_linux_amd64 /usr/local/bin/ui

Grant execute permission for /usr/local/bin/ui.

sudo chmod +x /usr/local/bin/ui

Usage

Step 1

Add the link to config using ui config command. (Ex: discord)

  • -n: Specify the name of the app you want to install.
  • -u: Provide the url for downloading the deb file of your app.
ui source -n discord -u https://discord.com/api/download?platform=linux&format=deb

Step 2.

Install the specific package with package name you specified. (Ex: discord)

ui install discord

More Commands

ui --help show command information
ui source show the config file of ui
ui source -n {name} -u {URL} set a source for a package
ui install download the package file in config file's list then install it.
ui install {name} download and install the specific package