pkg.jinwei.me
- Any recent Debian based distributions
# Install the prerequisites
sudo apt-get update && sudo apt-get install curl gnupg2 ca-certificates lsb-release
# Import the GPG key
curl -fsSL https://pkg.jinwei.me/clarkzjw-pkg.key | sudo tee /etc/apt/keyrings/clarkzjw-pkg.asc
# Or use `apt-key add` on old systems such as Ubuntu 14.04
wget -qO- https://pkg.jinwei.me/clarkzjw-pkg.key | sudo apt-key add -
# Verify that the downloaded file contains the proper key
gpg --dry-run --quiet --no-keyring --import --import-options import-show /etc/apt/keyrings/clarkzjw-pkg.asc
# The output should contain the full fingerprint `84A174C0FB90CE887F6F319A5B3DE76F745C39FE` as follows
pub rsa4096 2025-03-18 [SC] [expires: 2030-03-17]
84A174C0FB90CE887F6F319A5B3DE76F745C39FE
uid clarkzjw (GPG Key for Packages on Cloudflare R2)
sub rsa4096 2025-03-18 [E] [expires: 2030-03-17]
sub rsa4096 2025-03-18 [S] [expires: 2030-03-17]
Available Packages
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/clarkzjw-pkg.asc] https://pkg.jinwei.me/lens any main" | sudo tee /etc/apt/sources.list.d/starlink-lens.list
sudo apt-get update && sudo apt-get install lens
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/clarkzjw-pkg.asc] https://pkg.jinwei.me/starlink-telegraf any main" | sudo tee /etc/apt/sources.list.d/starlink-telegraf.list
sudo apt-get update && sudo apt-get install starlink-telegraf