diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2024-09-17 20:07:38 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2024-09-17 20:07:38 -0700 |
commit | f180584d5ac02338982aa01af730399ce79e98e8 (patch) | |
tree | 81869c651210039beac12802543b5cac1377aca4 /etc | |
parent | 8ef1a9d1fad63c0d5fa2049589fb63a69875caeb (diff) |
pacman v7 need move repo so alpm user can read
Diffstat (limited to 'etc')
-rw-r--r-- | etc/pacman.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pacman.conf b/etc/pacman.conf index 73c7bf2a..51a6053b 100644 --- a/etc/pacman.conf +++ b/etc/pacman.conf @@ -72,7 +72,7 @@ LocalFileSigLevel = Optional # after the header, and they will be used before the default mirrors. [fly] -Server = file:///home/xyz/programs/repos/fly/$arch/repo +Server = file:///var/lib/mpra [fly-any] Server = https://mirrors.flylightning.xyz/archlinux/fly/os/any |