Skip to content

Latest commit

 

History

268 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apt-repo

Apps Website Telegram

Personal APT repository for software unavailable or outdated in standard Ubuntu/Debian repos. Packages are delivered as-is from upstream developers or repackagers - no guarantees on functionality or fitness for purpose.

Install

sudo curl -fsSL https://apt.smbit.pro/apt-key.asc \
  -o /etc/apt/keyrings/daydve-apt-repo.asc && \
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/daydve-apt-repo.asc] \
  https://apt.smbit.pro noble main" \
  | sudo tee /etc/apt/sources.list.d/daydve-apt-repo.list && \
sudo apt update

Or one-liner: curl -sL https://apt.smbit.pro | bash

Browse packages

Browse all packages on the website

Want to add a package?

Open a pull request with apps/<app>/ containing two files. Use docs/template/ as a starting point.

File Requirements
Dockerfile Multi-stage build for docker buildx. Final stage must be FROM scratch with COPY --from=<stage> /path/*.deb /. Build arg APP_VERSION is passed automatically.
package Sourced by apps/build.sh. Must define SOURCE_URL, check_update(), and get_version(). See template for the interface and patterns.

The PR description should explain what the package is and why it doesn't belong in standard repos.

About

Personal apt repository for software not available in standard repos.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages