Skip to content

Commit

Permalink
Remove local repo by default
Browse files Browse the repository at this point in the history
  • Loading branch information
CookieSource committed Apr 30, 2023
1 parent e964beb commit 442202b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pacman.conf
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ LocalFileSigLevel = PackageOptional DatabaseNever
# Local Repo
# file:///var/tmp/local_repo_dir symlinks to the "local_repo" directory
# under the project
[rebornos-iso]
SigLevel = Optional TrustAll
Server = file:///var/tmp/local_repo_dir
#[rebornos-iso]
#SigLevel = Optional TrustAll
#Server = file:///var/tmp/local_repo_dir

[Reborn-OS]
Include = /etc/pacman.d/reborn-mirrorlist
Expand Down Expand Up @@ -108,4 +108,4 @@ Include = /etc/pacman.d/mirrorlist
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs
#Server = file:///home/custompkgs

0 comments on commit 442202b

Please sign in to comment.