remove pacman.conf modification on installer

This commit is contained in:
Maximilian Keßler 2022-07-25 16:21:54 +02:00
parent 782a24aa2f
commit e695ccf1e3

View File

@ -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}"