You are not logged in.

#1 2006-10-11 16:20:17

introspekt
Member
Registered: 2006-10-07
Posts: 6

Script deleted mirror lists [SOLVED]

Well, heres my little problem.

I ran this little script here:

for i in current extra; do
mv /etc/pacman.d/$i /etc/pacman.d/$i.bak
sortmirrors.pl </etc> /etc/pacman.d/$i
rm /etc/pacman.d/$i.bak
done 

to obviously re-order my mirror list based on speed.

But, stupid me, ran it without first installing netselect.

Thus, I have no mirror lists.

[SOLVED BEFORE POSTING]

I thought I'd post this anyway to help anyone whose dumb enough to do what I did too :-).

SOLUTION:

1. Navigate to /etc/pacman.d/
2. Open the file "release"
3. Find & Replace the word "release" with "current"
4. Save as current
5. Repeat for extra
6. pacman -S netselect!!!!!

Byeeee....

Offline

Board footer

Powered by FluxBB