Skip to content

Latest commit

 

History

History
62 lines (50 loc) · 1.5 KB

README.md

File metadata and controls

62 lines (50 loc) · 1.5 KB

Update Install

Easy way to install deb package for LInux Distributions.
Never struggle with download links again.

ui install


Installation

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

Install Pre-build file with script

sudo wget https://github.com/Update-Install/CLI/releases/latest/download/ui-cli_linux_amd64 -q --show-progress --progress=bar:force -O /usr/local/bin/ui

Usage

Commands

ui --help show command information
ui config show the config file of ui
ui config -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

Example (Ubuntu)

This is example had been tested on Ubuntu 23.10, 22.04

Step 1. Add the link to config using ui config command

ui config -n discord -u https://discord.com/api/download?platform=linux&format=deb

Step 2. Install the all packages in config

ui install

Step 3. Install the specific package with package name in config

ui install discord