Add more repos

This commit is contained in:
Jake Howard 2017-10-11 22:02:17 +01:00
parent 161fa05240
commit 63984416b5
Signed by: jake
GPG key ID: 57AFB45680EDD477
3 changed files with 13 additions and 1 deletions

View file

@ -94,3 +94,12 @@ Include = /etc/pacman.d/antergos-mirrorlist
[sublime-text]
Server = https://download.sublimetext.com/arch/stable/x86_64
[archstrike]
Server = https://mirror.archstrike.org/$arch/$repo
[youtube-dl]
Server = https://youtube-dl.tk
[archlinuxfr]
Server = http://repo.archlinux.fr/$arch

View file

@ -1,7 +1,9 @@
class yaourt::keys () {
$keys = [
'8A8F901A', # Sublime Text
'D1483FA6C3C07136' # Tor Browser
'D1483FA6C3C07136', # Tor Browser
'C6DFFE6ED7166B97', # Youtube-DL
'9D5F1C051D146843CDA4858BDE64825E7CBC0D51', # ArchStrike
]
$keys.each |$key| {

View file

@ -2,6 +2,7 @@ class yaourt::packages () {
package {[
'acpi',
'advanced-ssh-config',
'archstrike-keyring',
'arduino',
'atom-editor-bin',
'bcm20702a1-firmware',