diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-07-06 13:46:55 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-07-06 13:46:55 -0700 |
commit | 5f3cc19dcd2325aa8c339b43e0e7e0c70d003eea (patch) | |
tree | c5a948d847cb43d6d379c95d995b8e89764e276e | |
parent | 61486d44c608fabac30573c77724999a88cf459e (diff) |
task-spooler issue fixed, no need custom repo right now
-rw-r--r-- | etc/pacman.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/pacman.conf b/etc/pacman.conf index 599f2450..a5954d26 100644 --- a/etc/pacman.conf +++ b/etc/pacman.conf @@ -74,8 +74,8 @@ LocalFileSigLevel = Optional #[danctnix-testing] #Server = https://p64.arikawa-hi.me/$repo/$arch/ -[fly] -Server = file:///home/xyz/programs/repos/fly/$arch +#[fly] +#Server = file:///home/xyz/programs/repos/fly/$arch [fly-any] Server = file:///home/xyz/programs/repos/fly/any |