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 /1-setup.sh | |
| parent | 37dd3f9eb4d12e55db047e868e16850d96bdaecf (diff) | |
| download | ArchTitus-10c1f8318bf480ac3fa80b94b1f03ebe905f46b9.tar.xz ArchTitus-10c1f8318bf480ac3fa80b94b1f03ebe905f46b9.zip | |
Cleaner Multilib Implementation
Diffstat (limited to '1-setup.sh')
| -rwxr-xr-x | 1-setup.sh | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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" |
