File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,16 @@ tmp_uid=custom-$RANDOM
77
88cat > " $tmp " /pacman.conf << EOF
99[options]
10- HoldPkg = pacman-git glibc
10+ HoldPkg = pacman glibc
1111Architecture = auto
1212CheckSpace
13+ SigLevel = Required DatabaseOptional
14+ LocalFileSigLevel = Optional
1315[core]
1416Include = /etc/pacman.d/mirrorlist
1517[extra]
1618Include = /etc/pacman.d/mirrorlist
17- [community]
18- Include = /etc/pacman.d/mirrorlist
1919[$tmp_uid ]
20- SigLevel = Optional TrustAll
2120Server = file://$tmp
2221EOF
2322
Original file line number Diff line number Diff line change @@ -10,12 +10,13 @@ cat >"$tmp"/pacman.conf <<EOF
1010HoldPkg = pacman-git glibc
1111Architecture = auto
1212CheckSpace
13+ SigLevel = Required DatabaseOptional
14+ LocalFileSigLevel = Optional
1315[core]
1416Include = /etc/pacman.d/mirrorlist
1517[extra]
1618Include = /etc/pacman.d/mirrorlist
1719[$tmp_uid ]
18- SigLevel = Optional TrustAll
1920Server = file://$tmp
2021EOF
2122
You can’t perform that action at this time.
0 commit comments