diff options
author | xyz <gky44px1999@gmail.com> | 2023-10-21 23:02:28 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2023-10-21 23:02:28 -0700 |
commit | 9eb49b479be5b596f7a95e3ed58f5e651e10b38b (patch) | |
tree | 8ca6a0a247b07662d8093cd022c238609cff870f /etc/pacman.conf | |
parent | 4b9312ebf6f24291b2c048831f4673db3ed84c41 (diff) |
in process of convert studio laptop to server
Diffstat (limited to 'etc/pacman.conf')
-rw-r--r-- | etc/pacman.conf | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/etc/pacman.conf b/etc/pacman.conf index 801a26a6..49ff54d0 100644 --- a/etc/pacman.conf +++ b/etc/pacman.conf @@ -69,19 +69,22 @@ LocalFileSigLevel = Optional # repo name header and Include lines. You can add preferred servers immediately # after the header, and they will be used before the default mirrors. -#[testing] +[fly] +Server = file:///home/xyz/programs/repos/fly/$arch + +#[fly-any] +#Server = file:///home/xyz/programs/repos/fly/any + +#[core-testing] #Include = /etc/pacman.d/mirrorlist [core] Include = /etc/pacman.d/mirrorlist -[extra] -Include = /etc/pacman.d/mirrorlist - -#[community-testing] +#[extra-testing] #Include = /etc/pacman.d/mirrorlist -[community] +[extra] Include = /etc/pacman.d/mirrorlist # If you want to run 32 bit applications on your x86_64 system, |