Add more repos
This commit is contained in:
parent
161fa05240
commit
63984416b5
3 changed files with 13 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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| {
|
||||
|
|
|
@ -2,6 +2,7 @@ class yaourt::packages () {
|
|||
package {[
|
||||
'acpi',
|
||||
'advanced-ssh-config',
|
||||
'archstrike-keyring',
|
||||
'arduino',
|
||||
'atom-editor-bin',
|
||||
'bcm20702a1-firmware',
|
||||
|
|
Loading…
Reference in a new issue