Browse Source

Update chroot.sh

main
Fr1nge 4 years ago
committed by GitHub
parent
commit
a71b07c96f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      arch-setup/chroot.sh

+ 1
- 1
arch-setup/chroot.sh View File

@ -60,7 +60,7 @@ if [ ! -f "/tmp/.blackarch" ]; then
if [ "$flexo" = "y" ]; then if [ "$flexo" = "y" ]; then
echo -n "Please enter ip address of flexo server: " echo -n "Please enter ip address of flexo server: "
read flexo_ip read flexo_ip
echo "\nServer = http://$flexo_ip:7878/\$repo/os/\$arch\n" >> /etc/pacman.d/mirrorlist
echo -e "\nServer = http://$flexo_ip:7878/\$repo/os/\$arch\n" >> /etc/pacman.d/mirrorlist
fi fi
pacman -Syy pacman -Syy


Loading…
Cancel
Save