Add to missing lines
This commit is contained in:
parent
0b576a353e
commit
c2b8b0069d
|
|
@ -65,7 +65,7 @@ sed -i 's/^#ParallelDownloads/ParallelDownloads/' /etc/pacman.conf
|
||||||
|
|
||||||
#Enable multilib
|
#Enable multilib
|
||||||
sed -i "/\[multilib\]/,/Include/"'s/^#//' /etc/pacman.conf
|
sed -i "/\[multilib\]/,/Include/"'s/^#//' /etc/pacman.conf
|
||||||
pacman -Sy --noconfirm --needed
|
pacman -Sy --noconfirm --needed --color=always
|
||||||
|
|
||||||
echo -ne "
|
echo -ne "
|
||||||
-------------------------------------------------------------------------
|
-------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ if [[ ! $AUR_HELPER == none ]]; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
echo "INSTALLING: ${line}"
|
echo "INSTALLING: ${line}"
|
||||||
$AUR_HELPER -S --noconfirm --needed ${line}
|
$AUR_HELPER -S --noconfirm --needed --color=always ${line}
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue