From 045a4dd1a6300cad60e160ccc484faa6a07960eb Mon Sep 17 00:00:00 2001 From: Yigit Date: Sun, 21 Mar 2021 01:54:01 +0300 Subject: [PATCH] Install script --- arch-setup/chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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