Add sublime text

This commit is contained in:
Jake Howard 2017-10-08 18:24:20 +01:00
parent 1d8f1934e5
commit 1a7af676ec
Signed by: jake
GPG Key ID: 57AFB45680EDD477
3 changed files with 4 additions and 2 deletions

View File

@ -91,3 +91,6 @@ Include = /etc/pacman.d/mirrorlist
[antergos] [antergos]
SigLevel = PackageRequired SigLevel = PackageRequired
Include = /etc/pacman.d/antergos-mirrorlist Include = /etc/pacman.d/antergos-mirrorlist
[sublime-text]
Server = https://download.sublimetext.com/arch/stable/x86_64

View File

@ -16,7 +16,5 @@ class yaourt::keys () {
exec { "pacman-key -r $key": exec { "pacman-key -r $key":
unless => "pacman-key --list-keys $key" unless => "pacman-key --list-keys $key"
} }
exec { "pacman-key --lsign-key $key":
}
} }
} }

View File

@ -66,6 +66,7 @@ class yaourt::packages () {
'slack-desktop', 'slack-desktop',
'spotify', 'spotify',
'steam', 'steam',
'sublime-text',
'sysstat', 'sysstat',
'terminator', 'terminator',
'thefuck', 'thefuck',