remove pacman.conf modification on installer
This commit is contained in:
parent
782a24aa2f
commit
e695ccf1e3
1 changed files with 1 additions and 6 deletions
|
@ -102,12 +102,7 @@ mount "${part_boot}" /mnt/boot --mkdir
|
|||
swapon "${part_swap}"
|
||||
|
||||
### Install and configure the basic system ###
|
||||
cat >>/etc/pacman.conf <<EOF
|
||||
[mkessler-arch]
|
||||
Server = $REPO_URL
|
||||
EOF
|
||||
|
||||
### Receive and lsign signing key of custom repo
|
||||
# Receive and lsign signing key of custom repo
|
||||
pacman-key --recv-keys keyid "${key_fingerprint}"
|
||||
pacman-key --lsign-key "${key_fingerprint}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue