3 message_server_error_limit
() {
4 echo ' > With its latest release `pacman` now supports a server error limit,'
5 echo ' > which breaks `pacredir`. Rebuild `pacman` with that feature disabled'
6 echo ' > or install from this repository:'
8 echo ' > Server = https://pkgbuild.com/~eworm/$repo/$arch/'
12 echo ' > For instructions visit: https://github.com/eworm-de/pacredir#usage'
13 message_server_error_limit
17 # nothing is stored by pacredir, so restarting is safe
18 systemctl try-restart pacredir.service
20 # return if old package version greater 0.4.4-0...
21 (( $
(vercmp
$2 '0.4.4-0') > 0 )) && return
23 message_server_error_limit