Skip to content

Commit

Permalink
Update install2.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yegetables authored Feb 14, 2024
1 parent f5ab36c commit e574c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ fi

echo -e " [archlinuxcn] \n Include = /etc/pacman.d/archlinuxcn-mirrorlist " >>/etc/pacman.conf
echo -e "Server = https://mirrors.bfsu.edu.cn/archlinuxcn/\$arch \nServer = https://mirrors.ustc.edu.cn/archlinuxcn/\$arch \nServer = https://mirrors.hit.edu.cn/archlinuxcn/\$arch" >/etc/pacman.d/archlinuxcn-mirrorlist
pacman-key --lsign [email protected]
sed -i 's/#Color/Color/g' /etc/pacman.conf
rm /etc/pacman.d/gnupg -rf
pacman-key --init
pacman-key --populate
pacman-key --lsign [email protected]
pacman -Syy archlinuxcn-keyring --noconfirm
pacman -S archlinuxcn-mirrorlist-git --noconfirm
if [ $? -eq 0 ]; then
Expand Down

0 comments on commit e574c12

Please sign in to comment.