diff --git a/arch-setup/chroot.sh b/arch-setup/chroot.sh index cf6e4add..7dd83d7c 100755 --- a/arch-setup/chroot.sh +++ b/arch-setup/chroot.sh @@ -6,7 +6,7 @@ if [ ! -f "/install/device" ]; then echo "Installing to $device... (Enter to continue)" read _ mkdir -p /install/device - echo $device /install/device + echo $device > /install/device fi ln -sf /usr/share/zoneinfo/Europe/Istanbul /etc/localtime