Skip to content

Easy way to install deb package for Linux distributions.

Notifications You must be signed in to change notification settings

Update-Install/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b4c4449 · Apr 23, 2024

History

63 Commits
Apr 23, 2024
Mar 31, 2024
Apr 21, 2024
Apr 21, 2024
Apr 19, 2024
Apr 22, 2024
Apr 22, 2024
Mar 31, 2024
Mar 31, 2024
Mar 31, 2024
Apr 23, 2024

Repository files navigation

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