Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.48 KB

apt_add_repo.md

File metadata and controls

55 lines (38 loc) · 1.48 KB

INSTRUCTIONS

If you want to add my debian repository you simply need to add my config and key to /etc/apt/sources.list.d/

Script way

You need to download the setup_apt_secure.sh.tar.gz tarball, extract it and run straight from where you extracted it to:

for carbon-trixie

wget https://01micko.github.io/setup_apt_secure.sh.tar.gz
tar -xvf setup_apt_secure.sh.tar.gz
./setup_apt_secure.sh

or if on boron

wget https://01micko.github.io/setup_apt_secure_boron.sh.tar.gz
tar -xvf setup_apt_secure_boron.sh.tar.gz
./setup_apt_secure_boron.sh

You will now have the https://01micko.github.io/debian repository available from 'apt'

The script is designed by Osamu Aoki - see https://osamuaoki.github.io/en/2022/08/20/deb-repo-1

You can then delete the script, it is no longer needed.

Download and Copy way

for carbon-trixie

wget https://01micko.github.io/01micko.sources
sudo cp 01micko.sources /etc/apt/sources.list.d/

or if on boron

wget https://01micko.github.io/01micko-boron.sources
sudo cp 01micko-boron.sources /etc/apt/sources.list.d/

checksums (sha256)

90c0026493e45245d52d74b69a5dc2727fbf0989deee0cdab7df87e76cdf7550  setup_apt_secure.sh
af59a8c35b948d1699e312922d894e351b838d421921309ece0895bc17d92f46  setup_apt_secure.sh.tar.gz
1d334f98d0646b73000f76decbef9dff6d2c4e25821d548bad49511f7ea6b6cf  setup_apt_secure_boron.sh
2b6a7151076d88fad9f999ac86d5ee4642ba0e2891a530c22a4fd7101f590d91  setup_apt_secure_boron.sh.tar.gz