Skip to content

Instantly share code, notes, and snippets.

@Teteros
Last active May 16, 2019 09:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Teteros/f6560b1a6d0deb835e3f40c2f5e8ee58 to your computer and use it in GitHub Desktop.
Save Teteros/f6560b1a6d0deb835e3f40c2f5e8ee58 to your computer and use it in GitHub Desktop.
DEPRECATED: Since version 5.9.60 radium supports LLVM8 natively, making this binary redundant.
This file has been truncated, but you can view the full file.
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

@Teteros
Copy link
Author

Teteros commented Jun 17, 2018

If you have SigLevel OR LocalFileSiglevel = Required in /etc/pacman.conf

Packages are now signed with my gpg key.
You can import my public key into your arch keyring(s) with:

curl -sS https://github.com/Teteros.gpg | gpg --import # for .gnupg keyring
curl -sS https://github.com/Teteros.gpg | sudo pacman-key --add - # for pacman keyring
sudo pacman-key --lsign-key teteros # to trust key in pacman store

Downloading and installing package locally

curl -OL https://gist.github.com/Teteros/f6560b1a6d0deb835e3f40c2f5e8ee58/archive/master.tar.gz && tar xvzf master.tar.gz && sudo pacman -U *-master/llvm40-*.tar.xz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment