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
|
||||
#UseSyslog
|
||||
Color
|
||||
#TotalDownload
|
||||
TotalDownload
|
||||
CheckSpace
|
||||
VerbosePkgLists
|
||||
|
||||
|
@ -98,3 +98,7 @@ Include = /etc/pacman.d/mirrorlist
|
|||
#[custom]
|
||||
#SigLevel = Optional TrustAll
|
||||
#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