diff options
| author | Chris Titus <[email protected]> | 2021-10-21 17:35:30 -0500 |
|---|---|---|
| committer | Chris Titus <[email protected]> | 2021-10-21 17:35:30 -0500 |
| commit | 10c1f8318bf480ac3fa80b94b1f03ebe905f46b9 (patch) | |
| tree | db94f5b8512e2dade094b0a9a5435232fdb175e2 | |
| parent | 37dd3f9eb4d12e55db047e868e16850d96bdaecf (diff) | |
| download | ArchTitus-10c1f8318bf480ac3fa80b94b1f03ebe905f46b9.tar.xz ArchTitus-10c1f8318bf480ac3fa80b94b1f03ebe905f46b9.zip | |
Cleaner Multilib Implementation
| -rwxr-xr-x | 0-preinstall.sh | 1 | ||||
| -rwxr-xr-x | 1-setup.sh | 5 |
2 files changed, 2 insertions, 4 deletions
diff --git a/0-preinstall.sh b/0-preinstall.sh index 48699b5..041d175 100755 --- a/0-preinstall.sh +++ b/0-preinstall.sh @@ -15,6 +15,7 @@ iso=$(curl -4 ifconfig.co/country-iso) timedatectl set-ntp true pacman -S --noconfirm pacman-contrib terminus-font setfont ter-v22b +sed -i 's/^#Para/Para/' /etc/pacman.conf pacman -S --noconfirm reflector rsync mv /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.backup echo -e "-------------------------------------------------------------------------" @@ -65,10 +65,7 @@ sed -i 's/^# %wheel ALL=(ALL) NOPASSWD: ALL/%wheel ALL=(ALL) NOPASSWD: ALL/' /et sed -i 's/^#Para/Para/' /etc/pacman.conf #Enable multilib -cat <<EOF >> /etc/pacman.conf -[multilib] -Include = /etc/pacman.d/mirrorlist -EOF +sed -i "/\[multilib\]/,/Include/"'s/^#//' /etc/pacman.conf pacman -Sy --noconfirm echo -e "\nInstalling Base System\n" |
