📦 Add the Repository
Run the following commands in your terminal to securely add this repository to your system.
# 1. Download the public security key
wget -qO- https://apt.chomusuke.dev/public.key | sudo tee /etc/apt/keyrings/chomusuke.asc > /dev/null
# 2. Add the repository to your sources list
echo "deb [signed-by=/etc/apt/keyrings/chomusuke.asc] https://apt.chomusuke.dev/ stable main" | sudo tee /etc/apt/sources.list.d/chomusuke.list
# 3. Update package lists
sudo apt update
🚀 Available Packages
Once the repository is added, you can install the available software.
▶ Vidra
Advanced video download manager for desktop.
sudo apt install vidra
You will receive seamless automatic updates for all installed packages via sudo apt update && sudo apt upgrade.