Remove function to add repo.archlinux.fr

This commit is contained in:
MatMoul 2018-09-22 21:54:47 +02:00
parent a6fecefef7
commit eb05478031

View file

@ -103,14 +103,6 @@ checkpackagequerydependencies(){
sudo -u aurbuilder makepkg -si
fi
}
checkarchlinuxfrrepo(){
if [ ! $(cat /etc/pacman.conf | grep "archlinuxfr") ]; then
echo "[archlinuxfr]" >> /etc/pacman.conf
echo "SigLevel = Never" >> /etc/pacman.conf
echo 'Server = http://repo.archlinux.fr/$arch' >> /etc/pacman.conf
pacman -Syy
fi
}
clear
case $sel in