Skip to content

local76/apt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

local76 APT Repository

This repository hosts compiled Debian distributions for the local76 ecosystem (specifically fly). It functions as a flat package repository served directly via GitHub Pages raw file endpoints.

Supported formats:

  • APT (Debian, Ubuntu, Pop!_OS)

Client Installation & Setup

1. Automated Installation (Recommended)

You can configure the GPG key, register the repository, and update your packages list in a single command:

curl -fsSL https://local76.github.io/apt/install.sh | sudo bash

Once complete, you can install your desired software:

sudo apt install fly

2. Manual Installation

If you prefer to perform the setup steps manually:

  1. Import the repository GPG key:

    sudo mkdir -p /etc/apt/keyrings
    curl -fsSL https://local76.github.io/apt/local76-key.gpg | sudo gpg --dearmor --yes -o /etc/apt/keyrings/local76-keyring.gpg
  2. Add the repository entry:

    echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/local76-keyring.gpg] https://local76.github.io/apt flux main" | sudo tee /etc/apt/sources.list.d/local76.list
  3. Update and install packages:

    sudo apt update
    sudo apt install fly

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors