Cleaner Multilib Implementation
This commit is contained in:
parent
37dd3f9eb4
commit
10c1f8318b
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue