Please refers to the installation guide to install pre-built version of Update Install.
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
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
Install the specific package with package name you specified. (Ex: discord)
ui install discord
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