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.gitRun the build script.
./build.shThen copy the executable file to /usr/local/bin.
sudo cp ./dist/ui-cli_linux_amd64 /usr/local/bin/uiGrant execute permission for /usr/local/bin/ui.
sudo chmod +x /usr/local/bin/uiAdd 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=debInstall the specific package with package name you specified. (Ex: discord)
ui install discordui --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