refactor(pacman): add sublime text repository & show total downloads
This commit is contained in:
parent
fb74934a55
commit
4cd43be2c5
1 changed files with 5 additions and 1 deletions
|
@ -32,7 +32,7 @@ Architecture = auto
|
||||||
# Misc options
|
# Misc options
|
||||||
#UseSyslog
|
#UseSyslog
|
||||||
Color
|
Color
|
||||||
#TotalDownload
|
TotalDownload
|
||||||
CheckSpace
|
CheckSpace
|
||||||
VerbosePkgLists
|
VerbosePkgLists
|
||||||
|
|
||||||
|
@ -98,3 +98,7 @@ Include = /etc/pacman.d/mirrorlist
|
||||||
#[custom]
|
#[custom]
|
||||||
#SigLevel = Optional TrustAll
|
#SigLevel = Optional TrustAll
|
||||||
#Server = file:///home/custompkgs
|
#Server = file:///home/custompkgs
|
||||||
|
|
||||||
|
[sublime-text]
|
||||||
|
Include = /etc/pacman.d/pacserve
|
||||||
|
Server = https://download.sublimetext.com/arch/stable/x86_64
|
||||||
|
|
Loading…
Reference in a new issue