跳转至

西北农林科技大学 ArchLinux 软件包仓库

https://mirrors.nwafu.edu.cn/archlinux-nwafu/

此仓库提供西北农林科技大学网络与教育技术中心提供的网络与信息化基础服务需要用到的软件包。不建议无经验的用户使用此仓库。

OpenResty

此仓库存放我校定制编译的 OpenResty (Nginx + LuaJIT + Lua module + Other modules) 软件包。 源代码可在 https://github.com/bianyifan/nginx-lua-archlinux.git 获得。

要使用此仓库,在 /etc/pacman.conf 末尾添加:

[openresty]
Server = https://mirrors.nwafu.edu.cn/archlinux-nwafu/$repo/$arch
SigLevel = PackageOptional

随后更新 pacman 软件包索引,并安装 openresty :

sudo pacman -Syy
sudo pacman -S openresty