diff --git a/arch-setup/chroot.sh b/arch-setup/chroot.sh index ca4b1698..f5cc96d3 100755 --- a/arch-setup/chroot.sh +++ b/arch-setup/chroot.sh @@ -60,7 +60,7 @@ if [ ! -f "/tmp/.blackarch" ]; then if [ "$flexo" = "y" ]; then echo -n "Please enter ip address of flexo server: " 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 pacman -Syy