Skip to content

freelensapp/freelens-nightly-builds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bb3a37c · Mar 23, 2025

History

68 Commits
Mar 3, 2025
Mar 23, 2025
Jan 23, 2025
Jan 8, 2025
Jan 8, 2025
Jan 8, 2025
Jan 20, 2025
Jan 8, 2025
Feb 10, 2025

Repository files navigation

freelens-nightly-builds

Home release Release nightly

This is a project with nightly builds for the Freelens application.

You can find the packages built from the main branch here:

https://github.com/freelensapp/freelens-nightly-builds/releases

For official stable releases, check out:

https://github.com/freelensapp/freelens/releases

APT repository

Run from the command line:

sudo mkdir -p /etc/apt/keyrings
curl -L https://raw.githubusercontent.com/freelensapp/freelens-nightly-builds/refs/heads/main/apt/freelens-nightly-builds.asc | sudo tee /etc/apt/keyrings/freelens-nightly-builds.asc
curl -L https://raw.githubusercontent.com/freelensapp/freelens-nightly-builds/refs/heads/main/apt/freelens-nightly-builds.sources | sudo tee /etc/apt/sources.list.d/freelens-nightly-builds.sources
sudo apt update
sudo apt install freelens

Remove them if you no longer want to use the APT repository for nightly builds:

sudo apt purge freelens
# or
sudo rm -f /etc/apt/keyrings/freelens-nightly-builds.asc
sudo rm -f /etc/apt/sources.list.d/freelens-nightly-builds.list