|
You are here |
felipec.wordpress.com | ||
| | | | |
willhaley.com
|
|
| | | | | 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... | |
| | | | |
hjr265.me
|
|
| | | | | I was about to deploy my site with the latest blog post this morning and found Hugo broken. Or, my Hugo config.toml is broken. It depends on how you want to look at it. I ran hugo deploy and bam! I see an internal template error. ERROR render of "taxonomy" failed: template: _internal/_default/rss.xml:3:9: executing "_internal/_default/rss.xml" at : can't evaluate field email in type string According to pacman, the package manager on Arch Linux, I received an update for Hugo yesterday. | |
| | | | |
www.jeremymorgan.com
|
|
| | | | | Here are a few easy ways to install Google Chrome Arch Linux and Manjaro. | |
| | | | |
kiljan.org
|
|
| | | Running Arch Linux RISC-V on a Milk-V Mars presents several challenges. Most notably is that the young operating system is not easy to start with. But just because it is a bit difficult does not mean it is impossible. | ||