tinc from home:GroverChouT project

Vyberte váš operačný systém

Pre Arch Linux upravte /etc/pacman.conf a pridajte nasledujúce (Treba upozorniť, že poradie repozitárov v pacman.conf je dôležité, pretože pacman vždy stiahne prvý nájdený balík):
[home_GroverChouT_Arch]
Server = https://download.opensuse.org/repositories/home:/GroverChouT/Arch/$arch
Potom spustite ako root nasledujúce
key=$(curl -fsSL https://download.opensuse.org/repositories/home:GroverChouT/Arch/$(uname -m)/home_GroverChouT_Arch.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')

pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"

pacman -Sy home_GroverChouT_Arch/tinc
Pre Debian 9.0 spustite nasledujúce:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/GroverChouT/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:GroverChouT.list
curl -fsSL https://download.opensuse.org/repositories/home:GroverChouT/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_GroverChouT.gpg > /dev/null
sudo apt update
sudo apt install tinc
Pre Debian 10 spustite nasledujúce:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/GroverChouT/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:GroverChouT.list
curl -fsSL https://download.opensuse.org/repositories/home:GroverChouT/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_GroverChouT.gpg > /dev/null
sudo apt update
sudo apt install tinc
Pre openSUSE Tumbleweed spustite ako root nasledujúce:
zypper addrepo https://download.opensuse.org/repositories/home:GroverChouT/openSUSE_Tumbleweed/home:GroverChouT.repo
zypper refresh
zypper install tinc
Pre openSUSE Leap 15.2 ARM spustite ako root nasledujúce:
zypper addrepo https://download.opensuse.org/repositories/home:GroverChouT/openSUSE_Leap_15.2_ARM/home:GroverChouT.repo
zypper refresh
zypper install tinc
Pre openSUSE Leap 15.2 spustite ako root nasledujúce:
zypper addrepo https://download.opensuse.org/repositories/home:GroverChouT/openSUSE_Leap_15.2/home:GroverChouT.repo
zypper refresh
zypper install tinc
Pre openSUSE Leap 15.1 ARM spustite ako root nasledujúce:
zypper addrepo https://download.opensuse.org/repositories/home:GroverChouT/openSUSE_Leap_15.1_ARM/home:GroverChouT.repo
zypper refresh
zypper install tinc
Pre openSUSE Leap 15.1 spustite ako root nasledujúce:
zypper addrepo https://download.opensuse.org/repositories/home:GroverChouT/openSUSE_Leap_15.1/home:GroverChouT.repo
zypper refresh
zypper install tinc
Pre openSUSE Factory ARM spustite ako root nasledujúce:
zypper addrepo https://download.opensuse.org/repositories/home:GroverChouT/openSUSE_Factory_ARM/home:GroverChouT.repo
zypper refresh
zypper install tinc
Pre 15.4 spustite ako root nasledujúce:
zypper addrepo https://download.opensuse.org/repositories/home:GroverChouT/15.4/home:GroverChouT.repo
zypper refresh
zypper install tinc
Pre openSUSE Leap 15.3 spustite ako root nasledujúce:
zypper addrepo https://download.opensuse.org/repositories/home:GroverChouT/openSUSE_Leap_15.3/home:GroverChouT.repo
zypper refresh
zypper install tinc
Pre xUbuntu 20.04 spustite nasledujúce:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/GroverChouT/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:GroverChouT.list
curl -fsSL https://download.opensuse.org/repositories/home:GroverChouT/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_GroverChouT.gpg > /dev/null
sudo apt update
sudo apt install tinc
Pre xUbuntu 19.10 spustite nasledujúce:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/GroverChouT/xUbuntu_19.10/ /' | sudo tee /etc/apt/sources.list.d/home:GroverChouT.list
curl -fsSL https://download.opensuse.org/repositories/home:GroverChouT/xUbuntu_19.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_GroverChouT.gpg > /dev/null
sudo apt update
sudo apt install tinc
Pre xUbuntu 19.04 spustite nasledujúce:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/GroverChouT/xUbuntu_19.04/ /' | sudo tee /etc/apt/sources.list.d/home:GroverChouT.list
curl -fsSL https://download.opensuse.org/repositories/home:GroverChouT/xUbuntu_19.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_GroverChouT.gpg > /dev/null
sudo apt update
sudo apt install tinc
Pre xUbuntu 18.10 spustite nasledujúce:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/GroverChouT/xUbuntu_18.10/ /' | sudo tee /etc/apt/sources.list.d/home:GroverChouT.list
curl -fsSL https://download.opensuse.org/repositories/home:GroverChouT/xUbuntu_18.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_GroverChouT.gpg > /dev/null
sudo apt update
sudo apt install tinc
Pre xUbuntu 18.04 spustite nasledujúce:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/GroverChouT/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:GroverChouT.list
curl -fsSL https://download.opensuse.org/repositories/home:GroverChouT/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_GroverChouT.gpg > /dev/null
sudo apt update
sudo apt install tinc