Explore >> Select a destination


You are here

nanxiao.me
| | bacardi55.io
3.7 parsecs away

Travel
| |
| | go-acme.github.io
3.4 parsecs away

Travel
| | Binaries To get the binary just download the latest release for your OS/Arch from the release page and put the binary somewhere convenient. lego does not assume anything about the location you run it from. From Docker docker run goacme/lego -hFrom package managers ArchLinux (official): pacman -S lego ArchLinux (AUR) (official): yay -S lego-bin Snap (official): sudo snap install legoNote: The snap can only write to the /var/snap/lego/common/.lego directory. FreeBSD (Ports) (unofficial):
| | willhaley.com
2.0 parsecs away

Travel
| | These commands can be used in a script to automate the installation of yay, an AUR Helper. #!/usr/bin/env bash set -e pacman -Sy --needed --noconfirm sudo wget base-devel # Set up passwordless-sudo for the aur helper account printf "aur ALL = (root) NOPASSWD: /usr/bin/makepkg, /usr/bin/pacman" > /etc/sudoers.d/02_aur useradd -m aur || true # Install package-query su - aur -c bash -c 'rm -rf /tmp/package-query ; mkdir -p /tmp/package-query ; cd /tmp/package-query ; wget https://aur.archlinux.org/cgit/aur.git/snapshot/package-query.tar.gz ; tar zxvf package-query.tar.gz ; cd package-query ; makepkg --syncdeps --rmdeps --install --noconfirm' # Install yay su - aur -c bash -c 'rm -rf /tmp/yay ; mkdir -p /tmp/yay ; cd /tmp/yay ; wget https://aur.archlinux.org/cgi...
| | www.fosskers.ca
12.3 parsecs away

Travel
|