1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-15 17:51:33 +01:00
This commit is contained in:
kprkpr
2016-09-24 00:13:44 +02:00
parent 1ca1878a78
commit 0c54484fea

View File

@@ -471,7 +471,7 @@ pacman -Sc --noconfirm
echo "Sincronizando datos al disco duro, puede tardar unos segundos"
sync
if [[ -f /mnt/etc/pacman.conf.post ]];then # Is an offline installation?
if [[ isoffline = 1 ]];then # Is an offline installation?
echo "Configurando pacman para usar servidores web en los siguientes arranques..."
mv -f /mnt/etc/pacman.conf.post /mnt/etc/pacman.conf
fi