GithubHelp home page GithubHelp logo

repo's Introduction

repo

Many of my projects are available as prebuilt packages. I use fury.io as a package repository, available at repo.natesales.net. My homebrew tap lives in this repo too.

apt

sudo mkdir -p /etc/apt/keyrings
curl -fsSL https://repo.natesales.net/apt/gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/natesales.gpg
echo "deb [signed-by=/etc/apt/keyrings/natesales.gpg] https://repo.natesales.net/apt * *" | sudo tee /etc/apt/sources.list.d/natesales.list

yum

echo '[natesales]
name=Nate Sales
baseurl=https://repo.natesales.net/yum/
enabled=1
gpgcheck=1
gpgkey=https://repo.natesales.net/apt/gpg.key
' | sudo tee /etc/yum.repos.d/natesales.repo

brew

brew tap natesales/repo https://github.com/natesales/repo

repo's People

Contributors

goreleaserbot avatar natesales avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

repo's Issues

Get 404 on Debian

# apt update
Get:1 http://deb.debian.org/debian testing InRelease [130 kB]
Hit:2 http://packages.cloud.google.com/apt cloud-sdk InRelease
Ign:3 https://repo.natesales.net/apt  InRelease
Ign:4 https://repo.natesales.net/apt  Release
Get:5 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [63.6 kB]
Err:6 https://repo.natesales.net/apt  Packages
  404  Not Found [IP: 3.225.121.188 443]
Get:7 http://deb.debian.org/debian testing/main amd64 Packages T-2022-04-19-0201.43-F-2022-04-16-2006.09.pdiff [104 kB]
Get:7 http://deb.debian.org/debian testing/main amd64 Packages T-2022-04-19-0201.43-F-2022-04-16-2006.09.pdiff [104 kB]
Get:6 https://repo.natesales.net/apt  Packages
Fetched 334 kB in 3s (132 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
18 packages can be upgraded. Run 'apt list --upgradable' to see them.

and

# apt-get update
Hit:1 http://deb.debian.org/debian testing InRelease
Hit:2 http://packages.cloud.google.com/apt cloud-sdk InRelease
Ign:3 https://repo.natesales.net/apt  InRelease
Ign:4 https://repo.natesales.net/apt  Release
Err:5 https://repo.natesales.net/apt  Packages
  404  Not Found [IP: 3.217.11.73 443]
Get:5 https://repo.natesales.net/apt  Packages
Fetched 36.9 kB in 1s (36.6 kB/s)
Reading package lists... Done

On amd64 and armhf (rpi) running bookworm/sid

# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux bookworm/sid"
NAME="Debian GNU/Linux"
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

Can't see the available distributions on https://repo.natesales.net/apt/dists/.

Would be great to support unstable/sid/experimental.

TLS Internal Error

Firefox: SSL_ERROR_INTERNAL_ERROR_ALERT
Chrome: ERR_SSL_PROTOCOL_ERROR
cURL:

curl: (35) error:0A000438:SSL routines::tlsv1 alert internal error

apt update:

Ign:1 https://repo.natesales.net/apt  InRelease     
Ign:1 https://repo.natesales.net/apt  InRelease     
Ign:1 https://repo.natesales.net/apt  InRelease    
Err:1 https://repo.natesales.net/apt  InRelease    
  Could not handshake: A TLS fatal alert has been received. [IP: 54.152.153.7 443]
Reading package lists... Done                      
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
W: Failed to fetch https://repo.natesales.net/apt/InRelease  Could not handshake: A TLS fatal alert has been received. [IP: 54.152.153.7 443]
W: Some index files failed to download. They have been ignored, or old ones used instead.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.