Browse Source

Install script

main
Yigit 4 years ago
parent
commit
045a4dd1a6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      arch-setup/chroot.sh

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

@ -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


Loading…
Cancel
Save